Skip to content
Grok

Symfony Agent MCP for Grok

io.github.shakaran/symfony-agent-mcp

Read-only Symfony introspection: routes, services, entities, Doctrine, security, Twig and more.

client:Grok transport:stdio runtime:npm

Install Symfony Agent MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "symfony-agent-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@shakaran/symfony-agent-mcp"
      ],
      "env": {
        "SYMFONY_MCP_DYNAMIC_TOOLS": "<SYMFONY_MCP_DYNAMIC_TOOLS>",
        "SYMFONY_MCP_TOKEN_BUDGET": "<SYMFONY_MCP_TOKEN_BUDGET>",
        "SYMFONY_MCP_ALLOWED_PATHS": "<SYMFONY_MCP_ALLOWED_PATHS>",
        "SYMFONY_MCP_SESSION_SECRET": "<SYMFONY_MCP_SESSION_SECRET>",
        "SYMFONY_MCP_SESSION_TOKEN": "<SYMFONY_MCP_SESSION_TOKEN>",
        "SYMFONY_MCP_AUDIT": "<SYMFONY_MCP_AUDIT>",
        "SYMFONY_MCP_DLP": "<SYMFONY_MCP_DLP>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Symfony Agent MCP in other clients