ai-mate

symfony/ai-mate
★ 22 stars PHP 🤖 AI/LLM Updated 5d ago
AI development assistant MCP server for Symfony projects
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-mate": {
      "command": "npx",
      "args": [
        "-y",
        "symfony/ai-mate"
      ]
    }
  }
}

README Excerpt

The Mate component provides an MCP (Model Context Protocol) server that enables AI assistants to interact with PHP applications (including Symfony) through standardized tools. This is a development tool, not intended for production use. Install it in your project with: ```bash composer require --dev symfony/ai-mate

Topics

aidebugdevdevelopmentllmmcpmodel-context-protocolsymfonysymfony-ai