Skip to content
Grok

Cambium for Grok

io.github.jarmstrong158/cambium

Knowledge-lifecycle MCP: turn agent work into memory, recall it across projects, promote to org.

client:Grok transport:stdio runtime:pypi

Install Cambium 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": {
    "cambium": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cambium-mcp"
      ],
      "env": {
        "CAMBIUM_REPO": "<CAMBIUM_REPO>",
        "CAMBIUM_AGENT_ID": "<CAMBIUM_AGENT_ID>",
        "CAMBIUM_ORG_REPO": "<CAMBIUM_ORG_REPO>"
      }
    }
  }
}

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

Cambium in other clients