quiote-mcp-assistant

quioteframework/quiote-mcp-assistant
★ 0 stars PHP AI/LLM Updated 5d ago
MCP server giving AI agents authoritative knowledge of Quiote apps
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quiote-mcp-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "quioteframework/quiote-mcp-assistant"
      ]
    }
  }
}

README Excerpt

An MCP server that gives an AI agent (Claude Code, Cursor, GitHub Copilot, …) authoritative knowledge of the [Quiote](https://github.com/quioteframework/quiote) PHP framework, plus tools to introspect and scaffold code in a real Quiote app. It's built **as a Quiote app** itself, dogfooding the framework's own app-as-MCP-server capability.