Home › Development › Symfony Agent MCP
Symfony Agent MCP
Read-only Symfony introspection: routes, services, entities, Doctrine, security, Twig and more.
Topics: Developer Tools
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.0.2)
npx -y @shakaran/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"symfony-agent-mcp": {
"command": "npx",
"args": [
"-y",
"@shakaran/[email protected]"
],
"env": {
"SYMFONY_MCP_DYNAMIC_TOOLS": "<YOUR_VALUE>",
"SYMFONY_MCP_TOKEN_BUDGET": "<YOUR_VALUE>",
"SYMFONY_MCP_ALLOWED_PATHS": "<YOUR_VALUE>",
"SYMFONY_MCP_SESSION_SECRET": "<YOUR_VALUE>",
"SYMFONY_MCP_SESSION_TOKEN": "<YOUR_VALUE>",
"SYMFONY_MCP_AUDIT": "<YOUR_VALUE>",
"SYMFONY_MCP_DLP": "<YOUR_VALUE>"
}
}
}
}
SYMFONY_MCP_DYNAMIC_TOOLS— Progressive tool discovery. Left on, tools/list advertises five discovery meta-tools and the rest become callable once a category is activated (~828 tokens on connect). Set to false to advertise all 1,677 up front (~154,000).SYMFONY_MCP_TOKEN_BUDGET— Token ceiling for the schemas a session may have active at once.SYMFONY_MCP_ALLOWED_PATHS— Colon-separated allowlist of directories the server may read. Any app_path outside them is refused.SYMFONY_MCP_SESSION_SECRETsecret — Enables session-token authentication. Unset, authentication is off.SYMFONY_MCP_SESSION_TOKENsecret — Client-side token, required only once SYMFONY_MCP_SESSION_SECRET is set.SYMFONY_MCP_AUDIT— Encrypted audit log of every tool call.SYMFONY_MCP_DLP— Scan every result for credentials before returning it. Turning this off is reported as CRITICAL by the startup audit.
Related servers
Codebase Memory
Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.
claude-task-master
AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI,…
Figma-Context-MCP
Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.
git-mcp
[gitmcp.io](https://gitmcp.io/) is a generic remote MCP server to connect to ANY [GitHub](https://www.github.com) repository or project…
Repowise
Codebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.
mobile-mcp
MCP server for iOS and Android Mobile Development, Automation and Testing
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry