Skip to content
Grok

orchestro for Grok

io.github.khaoss85/orchestro

Your AI Development Conductor - 60 MCP tools for intelligent task orchestration

client:Grok transport:stdio runtime:npm

Install orchestro in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "orchestro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@khaoss85/orchestro"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

orchestro in other clients