GerritRoska opened a new issue, #13160: URL: https://github.com/apache/apisix/issues/13160
## Feature Request: MCP (Model Context Protocol) Integration ### Problem AI-powered development tools (Claude, Cursor, Windsurf, Cline, VS Code Copilot) are increasingly used alongside `apisix`. Currently there's no standardized way for AI agents to interact with apisix's functionality programmatically via the Model Context Protocol. ### Proposal Add MCP server support to `apisix`, enabling AI agents to: - Discover and invoke apisix's core features as MCP tools - Integrate with AI-powered IDEs and development workflows - Allow natural language interaction with apisix's API ### Context MCP (modelcontextprotocol.io) is an open standard by Anthropic, adopted by Claude, Cursor, Windsurf, VS Code, and others. Projects like ToolPipe (github.com/COSAI-Labs/toolpipe-mcp-server) already provide 120+ developer tools via MCP, showing strong ecosystem demand. ### Benefits - Seamless AI agent integration for apisix users - Broader adoption through AI-assisted workflows - Standardized tool discovery (compatible with any MCP client) ### References - MCP Specification: https://modelcontextprotocol.io - MCP TypeScript SDK: https://github.com/modelcontextprotocol/typescript-sdk - Example MCP servers: https://github.com/COSAI-Labs/toolpipe-mcp-server (120+ tools) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
