Skip to content
Grok

conductor graph mcp for Grok

io.github.base76-research-lab/conductor-graph-mcp

Exposes a CognOS agent system as a machine-readable graph. Full system snapshot with one tool call.

client:Grok transport:stdio runtime:pypi

Install conductor graph mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "conductor-graph-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "conductor-graph-mcp"
      ],
      "env": {
        "COGNOS_BASE_URL": "<COGNOS_BASE_URL>",
        "COGNOS_API_KEY": "<COGNOS_API_KEY>"
      }
    }
  }
}

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

conductor graph mcp in other clients