MCP clients
Claude Code
Add your gateway to Claude Code from the terminal.
Run this in your project, using the URL from the Connect Client panel:
claude mcp add --transport http orchestrator 'https://your-host/mcp/{slug}'This installs the gateway privately for the current project. For a user-wide install, run:
claude mcp add --transport http orchestrator --scope user 'https://your-host/mcp/{slug}'Authenticate and verify the connection:
claude mcp login orchestrator
claude mcp list