MCP (Model Context Protocol) server capability for Quiote -- expose Quiote actions/tools over MCP.

Maintainers

Package info

github.com/quioteframework/mcp

Issues

pkg:composer/quioteframework/mcp

Transparency log

Statistics

Installs: 72

Dependents: 2

Suggesters: 1

Stars: 0

v4.0.0-RC5 2026-08-09 09:22 UTC

README

MCP (Model Context Protocol) server capability for Quiote — expose your app's actions as MCP tools, resources, and prompts.

Install

composer require quioteframework/mcp

Enable

Add the plugin to your app's plugins config key:

'plugins' => [\Quiote\Mcp\McpPlugin::class],

Then configure the mcp.* settings (transports, auth, exposed actions) and run:

quiote mcp:serve

License

MIT. See LICENSE.