Skip to content
Grok

CEDRUS for Grok

io.github.cedrus-mcp/cedrus-mcp

Reasoning scaffolding that supercharges your small AI: an argument-mapping MCP server

client:Grok transport:stdio runtime:pypi

Install CEDRUS in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "cedrus-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cedrus-mcp"
      ]
    }
  }
}

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

CEDRUS in other clients