mcpbeat Sign in

AXIOM MCP Server

local only

AXIOM runs on your own machine — the client starts it, so there is no endpoint to ping. 570 installs a week from npm. Last commit 21 Sep 2026.

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

Installs per day peak 365 · avg 29 · +1274% w/w
a month agotoday
570
Installs / week
npm · @codai/axiom-mcp
0
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command packages/conformance/src/run.ts:47
  const child = spawn(
        return new Uint8Array(await readFile(path.join(contentDir, rel)));
      "expr": "manifest.name == 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add axiom -- npx -y @codai/axiom-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "axiom": {
      "args": [
        "-y",
        "@codai/axiom-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.axiom]
command = "npx"
args = ["-y", "@codai/axiom-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "axiom": {
      "args": [
        "-y",
        "@codai/axiom-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "axiom": {
      "args": [
        "-y",
        "@codai/axiom-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AXIOM_SIGNING_KEY (Optional Ed25519 private key (base64 PKCS#8 or raw seed) used by axiom_sign; never stored under a root.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AXIOM

same job, measured the same way
Audrey
by evilander

Local-first biological memory for coding agents: recall, consolidation, and pre-action Guard checks.

163 installs/wk local only
C
Agent Gate
by forgeorbital

Local mandate gate and proof trail for AI agents that take consequential actions.

83 installs/wk local only
Fable Mode
by rex-codebase

Mechanical write gates, evidence receipts, and adversarial review for AI coding agents.

local only
Plumb
by plumbkit

LSP-backed IDE intelligence plus concurrency-safe, transactional edits for AI coding agents.

local only
Automatedrcm Billing MCP
by laureennicholson635

Medical-billing tools for AI agents: prior-auth checks, denial decoding, claim triage, appeals.

24 installs/wk local only
Specshield MCP Server
by specshield-io

The API-change deploy gate for AI coding agents. Read-only breaking-change detection.

local only
A
Penholder
by penholder

Preventive human-approval write-gate for AI agents: writes commit only after a human approves.

answering
I
Agent Guardrails
by logi-cmd

Merge gates and safety checks for AI coding agents via MCP.

58 installs/wk local only

AXIOM — questions

Answers built from our own checks of this server.

Why is there no uptime for AXIOM?
AXIOM runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @codai/axiom-mcp was installed 570 times last week.
How do I connect AXIOM?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @codai/axiom-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use AXIOM?
The npm package @codai/axiom-mcp was installed 570 times in the last week. Week over week that is +1274%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AXIOM open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.