-
Notifications
You must be signed in to change notification settings - Fork 6
Deprecate MCP server in favor of Kapa-hosted one #152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for redpanda-documentation ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
|
||
| === Other issues | ||
|
|
||
| Check the https://github.com/modelcontextprotocol/servers[MCP GitHub repository^] for additional troubleshooting guidance or https://github.com/redpanda-data/docs-site/issues[report an issue^] with our documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really where we should track issues for this?
https://github.com/redpanda-data/docs-site/issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's this repo. I think it makes sense.
| + | ||
| - **Name**: `redpanda` | ||
| - **URL**: `https://docs.redpanda.com/mcp` | ||
| - **URL**: `https://redpanda.mcp.kapa.ai` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JakeSCahill should you add steps for ChatGPT Atlas?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And Claude Code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could add steps in future if we see customers using it.
micheleRP
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left some comments but looks good!

This pull request updates the Redpanda Model Context Protocol (MCP) documentation and server implementation to migrate users from the old MCP endpoint to a new, more reliable Kapa-hosted endpoint. It also introduces new authentication requirements, updates rate limits, and improves error handling and observability in the server code.
MCP Endpoint Migration and Documentation Updates:
https://docs.redpanda.com/mcpendpoint to the newhttps://redpanda.mcp.kapa.aiendpoint, and added a prominent deprecation notice with a sunset date of February 2026. [1] [2] [3] [4] [5] [6]Server Implementation Improvements:
netlify/functions/mcp.mjsto prevent indefinite hangs, with clear error responses for timeouts and improved error logging for both slow and failed requests. [1] [2] [3] [4]Related: redpanda-data/docs-ui#350