M
MCP
[READ ONLY] API Platform Mcp component
创建于 1/27/2026
更新于 28 days ago
README
Repository documentation and setup instructions
API Platform - MCP
[!WARNING] This component is experimental.
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.
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/api-platform/mcp
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"api-platform-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/api-platform/mcp"
]
}
}
}