AI Tools
Plugins, MCP, and skills for AI-first Orchestrator development.
Client
Configure your MCP client to connect with Orchestrator
Installation
Add the MCP server to your project config using the command line:
claude mcp add --scope project --transport http orchestrator "https://dev-api.orchestrator.xyz/mcp"Alternatively, add this configuration to .mcp.json:
1{2 "mcpServers": {3 "orchestrator": {4 "type": "http",5 "url": "https://dev-api.orchestrator.xyz/mcp"6 }7 }8}After configuring the MCP server, you need to authenticate. In a regular terminal run:
/mcpSelect the "orchestrator" server, then "Authenticate" to begin the authentication flow.
Need help?View Claude Code docs ↗