Cursor / Windsurf Integration
Cursor
Add to .cursor/mcp.json in your project root (or global ~/.cursor/mcp.json):
{
"mcpServers": {
"route6": {
"command": "docker",
"args": ["exec", "-i", "route6-agent", "node", "/app/mcp-server.js"]
}
}
}Reload the Cursor window to pick up the new MCP server.
Windsurf
Add to your Windsurf MCP config (Settings → MCP Servers → Add):
{
"name": "route6",
"command": "docker",
"args": ["exec", "-i", "route6-agent", "node", "/app/mcp-server.js"]
}The Route6 tools will appear in the Cascade panel after restart.