Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

AXIOM

NPM · @CODAI/AXIOM-MCP · SCANNED SEP 25

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

Available components

78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 20 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to dragoscv/axiom). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 1 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability48
  • 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2088 tokens (~72/item across 29 items; 17 tools + 12 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management13
  • Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 84% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 17 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the AXIOM MCP server?

AXIOM runs locally as an npm package, launched with npx -y @codai/axiom-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @codai/axiom-mcp

# add to Claude Code
claude mcp add dragoscv-axiom -- npx -y @codai/axiom-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "dragoscv-axiom": {
      "command": "npx",
      "args": [
        "-y",
        "@codai/axiom-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "dragoscv-axiom": {
      "command": "npx",
      "args": [
        "-y",
        "@codai/axiom-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add dragoscv-axiom -- npx -y @codai/axiom-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dragoscv-axiom": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@codai/axiom-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dragoscv-axiom --command npx --arg -y --arg @codai/axiom-mcp
# ~/.hermes/config.yaml
mcp_servers:
  dragoscv-axiom:
    command: "npx"
    args: ["-y", "@codai/axiom-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "dragoscv-axiom": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@codai/axiom-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add dragoscv-axiom -t stdio -c npx -a -y @codai/axiom-mcp
// mcp.json
{
  "mcpServers": {
    "dragoscv-axiom": {
      "command": "npx",
      "args": [
        "-y",
        "@codai/axiom-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 23 Sept 26 +1
    • Tool safety: pass → unverified ▼ security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified ▼ functional
    • Schema quality: 0 → unverified ▼ functional
    • Tool coverage: 100 → unverified ▼ functional
    • Stability: unverified → 0.07 ▲ functional
    • Package version: 2.2.1 → 2.3.0 functional
  • 21 Sept 26 76

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Analysed npm/@codai/axiom-mcp@2.3.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo dragoscv/axiom
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/dragoscv/axiom/.github/workflows/release.yml@refs/tags/v2.3.0
Rekor log index 2919799358
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:6839e9b111e27e04b2a55e2a7bd3f8bbcacdeae5a0af209cf4af8bf835be402caa11e8713092d554d11a8668a5df094dc40050973a7fb86162f5c73fe

Background: How many MCP packages publish verified provenance →

Dependencies 20 packages
Packages resolved 20
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 17 exposed · ~2,034 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
axiom_apply ~219

Transactionally write the bundle into the root: pre-image verification, staging, journal, atomic renames, scoped rollback on failure. Requires `confirmDigest === bundle.manifestDigest` (echo the digest you saw in dry-run). Idempotent: re-applying an applied digest is a no-op.

NameTypeReqDescription
branchstring–pr mode: branch name (default axiom/<name>/<digest12>)
bundleobjectyesManifestBundle
commitMessagestring–pr mode: commit message (passed to git on stdin)
confirmDigeststring–Must equal bundle.manifestDigest
modestring–fs (default) writes files; pr additionally creates a git branch and commits exactly the touched paths (no push, no PR creation)
profilestring–Profile name (builtin default|strict|permissive, or <root>/.axiom/profiles/<name>.json)
rootstring–Absolute repository root; must equal or lie inside an allowlisted --root
NameTypeReqDescription
apiVersionstringyes–
diffstring––
driftedarray––
errorobject––
filesarrayyes–
gitobject––
journalstring––
kindstringyes–
manifestDigeststringyessha256:<64 lowercase hex>
modestringyes–
rootstringyes–
statusstringyes–

No examples provided.

axiom_apply_dry_run ~126

Stage the bundle under <root>/.axiom/staging, run pre-apply checks and produce a unified diff against the current tree. Nothing outside .axiom/ is touched. Echo the returned manifestDigest as `confirmDigest` to axiom_apply.

NameTypeReqDescription
bundleobjectyesManifestBundle
profilestring–Profile name (builtin default|strict|permissive, or <root>/.axiom/profiles/<name>.json)
rootstring–Absolute repository root; must equal or lie inside an allowlisted --root
NameTypeReqDescription
apiVersionstringyes–
diffstring––
driftedarray––
errorobject––
filesarrayyes–
gitobject––
journalstring––
kindstringyes–
manifestDigeststringyessha256:<64 lowercase hex>
modestringyes–
rootstringyes–
statusstringyes–

No examples provided.

axiom_axm_parse ~57

Parse .axm v2 text into a Plan with 1-based {line, column} diagnostics; `plan` is present only when error-free. Read-only.

NameTypeReqDescription
sourcestringyes.axm source text
NameTypeReqDescription
diagnosticsarrayyes–
planobject––

No examples provided.

axiom_check ~121

Evaluate the profile's predicates (plus the manifest's own checks) against the bundle. Repo facts are read from the root when one is available and the profile allows it. Verdict `error` means a provider could not run — never a silent pass.

NameTypeReqDescription
bundleobjectyesManifestBundle
profilestring–Profile name (builtin default|strict|permissive, or <root>/.axiom/profiles/<name>.json)
rootstring–Absolute repository root; must equal or lie inside an allowlisted --root
NameTypeReqDescription
apiVersionstringyes–
durationMsintegeryes–
factsDigeststringyessha256:<64 lowercase hex>
findingsarrayyes–
kindstringyes–
manifestDigeststringyessha256:<64 lowercase hex>
preImagestring––
profilestringyes–
providersarrayyes–
verdictstringyes–

No examples provided.

axiom_check_start ~179

Same evaluation as axiom_check, but returned immediately as a task so long `guard.external` suites (up to 15 min per guard) outlive the client's per-call timeout. Poll axiom_task_get with the returned taskId every pollIntervalMs until status is completed|failed|cancelled; the CheckReport is in `result`. Finished tasks are pollable for ttlMs, then forgotten. Tasks live in this server process only (D-24 — tool-level tasks, not the io.modelcontextprotocol/tasks wire extension).

NameTypeReqDescription
bundleobjectyesManifestBundle
profilestring–Profile name (builtin default|strict|permissive, or <root>/.axiom/profiles/<name>.json)
rootstring–Absolute repository root; must equal or lie inside an allowlisted --root
NameTypeReqDescription
elapsedMsintegeryes–
pollIntervalMsintegeryes–
statusstringyes–
taskIdstringyes–
toolstringyes–
ttlMsintegeryes–

No examples provided.

axiom_manifest_diff ~106

Compare two manifests by artifact path and digest. Each side is a ManifestBundle or a `sha256:<hex>` reference to a bundle stored under an allowlisted root.

NameTypeReqDescription
a–yesA ManifestBundle object, or `sha256:<hex>` of a bundle stored under <root>/.axiom/manifests
b–yesA ManifestBundle object, or `sha256:<hex>` of a bundle stored under <root>/.axiom/manifests
NameTypeReqDescription
addedarrayyes–
changedarrayyes–
removedarrayyes–

No examples provided.

axiom_manifest_verify ~102

Structural and content-address verification: schema, recomputed manifestDigest, every inline blob hashes to its key, attestation subject matches. When a root with .axiom/trust/keys.json is available, detached DSSE signatures are verified and the trusted keyids are reported under `signatures`. Never writes.

NameTypeReqDescription
bundleobjectyesManifestBundle
rootstring–Absolute repository root; must equal or lie inside an allowlisted --root
NameTypeReqDescription
canonicalbooleanyes–
errorsarrayyes–
manifestDigeststring–sha256:<64 lowercase hex>
missingarrayyes–
okbooleanyes–
signaturesobject––
signedbooleanyes–

No examples provided.

axiom_plan_add ~101

Add a chunk of Plan artifacts (each ≤ 4 MiB call, inline content ≤ 256 KiB per artifact as in a Plan) to an open session. Paths must be unique across every chunk (ERR_INVALID_PLAN otherwise); a sealed or over-budget session is ERR_PLAN_SESSION_STATE.

NameTypeReqDescription
artifactsarrayyesPlan artifacts, same shape as Plan.artifacts[]
sessionIdstringyessessionId returned by axiom_plan_begin
NameTypeReqDescription
artifactsintegeryes–
bytesintegeryes–
limitsobjectyes–
sessionIdstringyes–
ttlMsintegeryes–

No examples provided.

axiom_plan_begin ~156

Start assembling a Plan whose JSON would exceed the 4 MiB per-call cap: send the header here (everything except `artifacts`), append artifacts in chunks with axiom_plan_add, then axiom_plan_seal compiles the whole. The sealed bundle's manifestDigest is identical to a one-shot axiom_plan_compile of the same Plan. Sessions are in-memory, expire after 30 min idle, and hold at most 2000 artifacts / 64 MiB.

NameTypeReqDescription
capabilitiesarray––
checksarray––
counterinteger––
intentstringyes–
metadataobject––
namestringyes–
profilestring––
NameTypeReqDescription
artifactsintegeryes–
bytesintegeryes–
limitsobjectyes–
sessionIdstringyes–
ttlMsintegeryes–

No examples provided.

axiom_plan_compile ~164

Compile a Plan into a content-addressed ManifestBundle (sorted artifacts, sha256 digests, in-toto planDigest). `store: cas` writes blobs under <root>/.axiom/cas instead of inlining them. When a root is given the bundle is stored under <root>/.axiom/manifests/<hex>.json so later tools can reference it by digest. `template` sources are rendered by the built-in `web` emitter (see `axiom emitters`); its version is recorded in toolchain.emitters.

NameTypeReqDescription
planobjectyesPlan document
rootstring–Absolute repository root; must equal or lie inside an allowlisted --root
storestring–Blob transport; default inline
NameTypeReqDescription
attestationobject––
blobsobjectyes–
envelopeobject––
manifestobjectyes–
manifestDigeststringyessha256:<64 lowercase hex>
signaturesarray––

No examples provided.

axiom_plan_seal ~120

Assemble the session's header + every added artifact into one Plan and compile it exactly like axiom_plan_compile (same options, same digest). The session is consumed whether or not compilation succeeds. Bundles whose inline blobs exceed 4 MiB need `store: cas` (and therefore a root).

NameTypeReqDescription
rootstring–Absolute repository root; must equal or lie inside an allowlisted --root
sessionIdstringyessessionId returned by axiom_plan_begin
storestring–Blob transport; default inline
NameTypeReqDescription
attestationobject––
blobsobjectyes–
envelopeobject––
manifestobjectyes–
manifestDigeststringyessha256:<64 lowercase hex>
signaturesarray––

No examples provided.

axiom_plan_validate ~56

Validate a Plan against PlanSchema and, when all sources are inline, compute its planDigest. Read-only; touches no files.

NameTypeReqDescription
planobjectyesPlan document (apiVersion axiom.dev/v2, kind Plan)
NameTypeReqDescription
errorsarrayyes–
okbooleanyes–
planDigeststring–sha256:<64 lowercase hex>

No examples provided.

axiom_repo_snapshot ~269

Deterministic, content-addressed inventory of a root: every regular file (and symlink) as { path, bytes, sha256, mode, kind }, sorted by code point, with snapshotDigest = sha256(JCS(body)). No timestamps, no absolute paths — the same tree gives the same digest on every machine. Honours the root .gitignore, always skips .git/ and .axiom/, never follows symlinks, never leaves the root. Use it to build Plans against real pre-image digests, or diff two snapshots with `axiom snapshot-diff`.

NameTypeReqDescription
excludearray–Relative globs to drop
followSymlinksboolean–Always false; symlinks are recorded, never followed
includearray–Relative globs (*, **, ?) to keep; default everything
maxBytesinteger–Stop once the summed size would exceed this; sets truncated
maxFilesinteger–Stop after this many files (cap 50000); sets truncated
respectGitignoreboolean––
rootstring–Absolute repository root; must equal or lie inside an allowlisted --root
withContentDigestboolean–false → sizes only, no sha256
NameTypeReqDescription
apiVersionstringyes–
bodyobjectyes–
kindstringyes–
rootobjectyes–
snapshotDigeststringyessha256:<64 lowercase hex>

No examples provided.

axiom_rollback ~81

Replay the journal of a committed/committing manifest in reverse: restore backups, remove created files, drop the applied marker.

NameTypeReqDescription
manifestDigeststringyes`sha256:<hex>` (or bare hex) of the manifest to roll back
rootstring–Absolute repository root; must equal or lie inside an allowlisted --root
NameTypeReqDescription
manifestDigeststringyessha256:<64 lowercase hex>
phasestringyes–
rootstringyes–
statusstringyes–
stepsintegeryes–

No examples provided.

axiom_roots_list ~31

The frozen set of roots this server may read and write, as given by --root at startup.

Input schema present but exposes no named parameters.

NameTypeReqDescription
rootsarrayyes–

No examples provided.

axiom_task_cancel ~66

Abort a `working` task: every running guard process tree is killed and the task ends `cancelled` with error ERR_TASK_CANCELLED. Idempotent — a terminal task is returned unchanged.

NameTypeReqDescription
taskIdstringyestaskId returned by axiom_check_start
NameTypeReqDescription
elapsedMsintegeryes–
pollIntervalMsintegeryes–
statusstringyes–
taskIdstringyes–
toolstringyes–
ttlMsintegeryes–

No examples provided.

axiom_task_get ~80

Status of a task created by axiom_check_start. While `working` only the descriptor is returned; once terminal, `result` (completed) or `error` (failed|cancelled) is attached. Unknown or expired taskId → ERR_TASK_NOT_FOUND.

NameTypeReqDescription
taskIdstringyestaskId returned by axiom_check_start
NameTypeReqDescription
elapsedMsintegeryes–
errorobject––
pollIntervalMsintegeryes–
resultobject––
statusstringyes–
taskIdstringyes–
toolstringyes–
ttlMsintegeryes–

No examples provided.

Common questions

What is the AXIOM MCP server?

AXIOM is an MCP server listed in the public MCP registry as io.github.dragoscv/axiom. Transactional write gate for coding agents: plan, canonical manifest, checks, two-phase apply. This page covers its npm package (@codai/axiom-mcp).

Is the AXIOM MCP server safe to use?

AXIOM scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the AXIOM MCP server expose?

AXIOM exposes 17 tools: axiom_plan_validate, axiom_plan_compile, axiom_manifest_verify, axiom_check, axiom_check_start, and 12 more. Their descriptions and schemas cost roughly 2,034 tokens of context every time the server is loaded.

Is the AXIOM MCP server still maintained?

AXIOM is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the AXIOM MCP server under?

AXIOM declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.