Skip to content
Grok

AXIOM for Grok

io.github.dragoscv/axiom

Transactional write gate for coding agents: plan, canonical manifest, checks, two-phase apply.

client:Grok transport:stdio runtime:npm

Install AXIOM 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": {
    "axiom": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codai/axiom-mcp"
      ],
      "env": {
        "AXIOM_SIGNING_KEY": "<AXIOM_SIGNING_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

AXIOM in other clients