ai-mate
Active·★ 23·MIT·Updated 2026-05-16
★ Trending★ Observability★ Dev Tooling
AI development assistant MCP server for Symfony projects
The Symfony AI Mate component provides an MCP server that enables AI assistants to interact with PHP applications, including Symfony, through standardized tools. It is a development-only tool not intended for production use. Installation requires Composer and running an init command.
#ai#debug#dev#development#llm#mcp#mcp-servers#model-context-protocol
01
Features
01MCP (Model Context Protocol) server integration
02Standardized tool interface for AI assistants
03Development environment tool (not for production)
04Automatic extension discovery via optional Composer plugin
05Seamless integration with Symfony and PHP projects
02
Compatibility
PHP
PHP
Verified via docs
Symfony
Symfony
Verified via docs
03
Quick start
1
$ composer require --dev symfony/ai-mate
2
$ vendor/bin/mate init
3
$ composer dump-autoload
04
Use cases
↳Enable AI assistants to perform tasks in PHP applications via MCP tools
↳Automate development workflows such as code generation and testing
↳Provide AI with context-aware code interaction for debugging and refactoring
05
Alternatives
FunASR★ 16.6k
Industrial-grade speech recognition toolkit: 170x realtime, 50+ languages, speaker diarization, emotion detection, streaming, and OpenAI-compatible API.
initrunner★ 38
Define AI agent roles in YAML and run them anywhere: CLI, API server, or autonomous daemon
Related searches
Comments
Log in to leave a comment
- JJordan ClarkMay 13, 2026
Works well for both Symfony component development and full application projects.
- RReese JohnsonApr 15, 2026
Reduces AI suggestions that conflict with Symfony best practices.
- RRemy GarciaMar 23, 2026
Symfony-specific AI development assistant understands the framework conventions.
- SSterling LewisFeb 26, 2026
Good for Symfony developers who want AI help that knows the Symfony way.