For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Claude Desktop
Connect Claude Desktop to an MCP server exposed through agentgateway on Kubernetes
Before you begin
- Set up an agentgateway proxy.
- Deploy an MCP server and expose it through agentgateway with an HTTPRoute.
- Get the MCP endpoint URL for your proxy, and use it in place of
<MCP_URL>in the following steps.
Configuration
Add agentgateway to your Claude Desktop configuration file.
Edit
~/Library/Application Support/Claude/claude_desktop_config.json.{ "mcpServers": { "agentgateway": { "url": "<MCP_URL>" } } }Restart Claude Desktop and verify that the agentgateway tools appear in the MCP tools list.