Skip to content
Cursor

AXIOM for Cursor

io.github.dragoscv/axiom

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

client:Cursor transport:stdio runtime:npm

Install AXIOM in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AXIOM in other clients