MCP clients
Cursor
Add your gateway to Cursor.
One-click install
In MCP Gateways, open your gateway, choose Cursor in the Connect Client panel, and click Install in Cursor. Cursor opens with the gateway pre-filled. Confirm the install and complete OAuth sign-in.
Manual install
Add the gateway to ~/.cursor/mcp.json (or a project-level .cursor/mcp.json):
{
"mcpServers": {
"orchestrator": {
"url": "https://your-host/mcp/{slug}"
}
}
}Open Cursor's MCP settings, complete OAuth sign-in, and confirm the server is connected.