For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
MCP clients
Connect AI coding assistants and tools to agentgateway
Configure popular AI coding assistants and tools to use agentgateway as their MCP server.
Before you begin
- Install and run agentgateway.
- Confirm agentgateway is up by opening the agentgateway UI.
- Use the same MCP endpoint and port that your local config exposes. Common examples include:
http://localhost:15000/mcp/ssehttp://localhost:15000/mcp/http- If you run agentgateway on a different host or port, replace
localhost:15000in the examples accordingly.
IDE Comparison
| IDE | Config File | Transport | Auth Headers |
|---|---|---|---|
| Cursor | ~/.cursor/mcp.json | streamable-http | ✅ supported |
| VS Code | settings.json | streamable-http | ✅ supported |
| Windsurf | ~/.windsurf/mcp.json | streamable-http | ✅ supported |
| Claude Code | .mcp.json or CLI | streamble-http | ✅ supported |
| OpenCode | opencode.json | streamble-http | ✅ supported |