{"id":27777813,"url":"https://github.com/killerwolf/mcp-profiler-bundle","last_synced_at":"2026-01-11T11:48:50.331Z","repository":{"id":282792693,"uuid":"949655780","full_name":"killerwolf/mcp-profiler-bundle","owner":"killerwolf","description":"The Symfony MCP Profiler Bundle mimics the WebProfiler Bundle. It bridges the gap between Profiler data and your favorite MCP-enabled AI-powered IDE.","archived":false,"fork":false,"pushed_at":"2025-04-07T18:04:13.000Z","size":215,"stargazers_count":11,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-10T15:28:10.554Z","etag":null,"topics":["llm","mcp","mcp-server","symfony","symfony-bundle","vibe-coding"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/killerwolf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-16T23:11:24.000Z","updated_at":"2025-09-30T22:50:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"447be15c-0839-47e3-adf7-1ddfc3405556","html_url":"https://github.com/killerwolf/mcp-profiler-bundle","commit_stats":null,"previous_names":["killerwolf/php-mcp-bundle","killerwolf/mcp-profiler-bundle"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/killerwolf/mcp-profiler-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killerwolf%2Fmcp-profiler-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killerwolf%2Fmcp-profiler-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killerwolf%2Fmcp-profiler-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killerwolf%2Fmcp-profiler-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/killerwolf","download_url":"https://codeload.github.com/killerwolf/mcp-profiler-bundle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killerwolf%2Fmcp-profiler-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280768886,"owners_count":26387533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["llm","mcp","mcp-server","symfony","symfony-bundle","vibe-coding"],"created_at":"2025-04-30T07:12:07.874Z","updated_at":"2025-10-24T08:51:38.251Z","avatar_url":"https://github.com/killerwolf.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCP Server Bundle for Symfony\n\nThe Symfony MCP Profiler Bundle mimics the WebProfiler Bundle. It bridges the gap between Profiler data and your favorite MCP-enabled AI-powered IDE.\n\n## Installation\n\n```bash\ncomposer require killerwolf/mcp-profiler-bundle:^0.1\n```\n\n## Configuration\n\nAdd the bundle to your `config/bundles.php`:\n\n```php\nreturn [\n    // ...\n    Killerwolf\\MCPProfilerBundle\\MCPProfilerBundle::class =\u003e ['dev' =\u003e true],\n];\n```\n\n## Built-in Tools\n\nThe bundle provides several tools for interacting with the Symfony Profiler:\n\n- **profiler_list**: Lists recent profiler entries\n- **profiler_get_by_token**: Gets a specific profiler entry by token\n- **profiler_get_all_collector_by_token**: Gets all collectors for a specific profiler entry\n- **profiler_get_one_collector_by_token**: Gets a specific collector for a profiler entry\n\nHere are some examples of the MCP Inspector in action with different IDEs:\n\n![Claude MCP Inspector](Resources/docs/images/claude_mcp_screenshot.jpg)\n*Capture d'écran de l'interface MCP Inspector intégrée avec Claude AI, montrant l'interaction avec le serveur MCP Symfony et l'accès aux données du Profiler.*\n\n![Cline MCP Inspector](Resources/docs/images/cline_mcp_screenshot.jpg)\n*Capture d'écran de Cline IDE avec l'inspecteur MCP, illustrant comment les outils du profiler Symfony sont exposés via le protocole MCP.*\n\n![Cursor MCP Inspector](Resources/docs/images/cursor_mcp_screenshot.jpg)\n*Capture d'écran de Cursor IDE montrant l'inspecteur MCP en action, permettant d'explorer et d'interagir avec les données du Profiler Symfony.*\n\n## Commands\n\nThe bundle provides the following commands:\n\n### Configure the MCP Server in your IDE (Cursor, Claude Code, Cline, etc.)\n\n```json\n{\n  \"mcpServers\": {\n    \"symfony-mcp\": {\n      \"command\": \"/path/to/your/symfony/project/bin/console\",\n      \"args\": [\n        \"mcp:server:run\"\n      ]\n    }\n  }\n}\n```\n\n### Using the MCP Inspector\n\nThe MCP Inspector is a tool that allows you to interact with your MCP Server and test your tools and resources. You can use it with the following command:\n\n```bash\nnpx --registry https://registry.npmjs.org @modelcontextprotocol/inspector\n```\n\n### Interacting with the Symfony Profiler (for learning/debug purposes)\n\nThe bundle also provides a command-line interface for interacting with the Symfony Profiler directly:\n\n```bash\n# List recent profiler entries\nbin/console mcp:profiler list --limit=20\n\n# Show details for a specific profile\nbin/console mcp:profiler show \u003ctoken\u003e\nbin/console mcp:profiler show \u003ctoken\u003e --collector=request\n```\n\n## How It Works\n\nThe bundle implements the MCP protocol directly, handling JSON-RPC requests and responses according to the specification. It exposes Symfony Profiler data through a set of tools that can be called by MCP clients (like AI assistants in your IDE).\n\nThe implementation includes:\n\n1. A command that runs the MCP server (`mcp:server:run`)\n2. A service that manages the server lifecycle\n3. Tool classes that implement specific functionality\n4. Integration with Symfony's dependency injection system","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkillerwolf%2Fmcp-profiler-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkillerwolf%2Fmcp-profiler-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkillerwolf%2Fmcp-profiler-bundle/lists"}