For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Devin Desktop
Connect Devin Desktop (formerly Windsurf) 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
Create or edit
~/.codeium/windsurf/mcp_config.json. For remote MCP servers, Devin Desktop uses theserverUrlfield.{ "mcpServers": { "agentgateway": { "serverUrl": "<MCP_URL>" } } }Restart Devin Desktop and verify that agentgateway tools appear in the MCP tools list.