Skip to content
Grok

agent conductor for Grok

io.github.icohangar-ops/agent-conductor

AGENTS.md + skills MCP with CHP R0 gate and adversary decision tools.

client:Grok transport:stdio runtime:npm

Install agent conductor in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agent-conductor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cubiczan/agent-conductor"
      ]
    }
  }
}

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

agent conductor in other clients