[READ ONLY] API Platform Mcp component
Created 1/27/2026
Updated about 7 hours ago
README
Repository documentation and setup instructions
API Platform - MCP
The MCP component of the API Platform framework.
Integrates the MCP php-sdk with API Platform in addition to the MCP Bundle of Symfony.
[!CAUTION]
This is a read-only sub split of
api-platform/core, please report issues and send Pull Requests in the core API Platform repository.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/api-platform/mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"api-platform-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/api-platform/mcp"
]
}
}
}