mcpbeat Sign in

Audit Ledger MCP Server

by shahidh68 Your server? Claim it
local only

Audit Ledger MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm. Last commit 13 Jun 2026.

Record AI decisions to a tamper-evident audit ledger from any MCP-compatible agent.

Installs per day peak 27 · avg 9 · -12% w/w
a month agotoday
57
Installs / week
npm · audit-ledger-mcp
1
Stars
0 open issues
13 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Audit Ledger MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 audit-ledger-mcp -- npx -y audit-ledger-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "audit-ledger-mcp": {
      "args": [
        "-y",
        "audit-ledger-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.audit-ledger-mcp]
command = "npx"
args = ["-y", "audit-ledger-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "audit-ledger-mcp": {
      "args": [
        "-y",
        "audit-ledger-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "audit-ledger-mcp": {
      "args": [
        "-y",
        "audit-ledger-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AUDIT_API_URL (Your deployed audit-ledger API endpoint (e.g. https://<api-id>.execute-api.<region>.amazonaws.com/prod). Leave unset to run in sandbox mode against the public shared tenant.), AUDIT_WRITE_KEY (Tenant write key for your deployed ledger. Required if AUDIT_API_URL is set and you want to call record_decision.), AUDIT_READ_KEY (Tenant read key for your deployed ledger. Required if AUDIT_API_URL is set and you want to call verify_decision or list_decisions.), AUDIT_TIMEOUT_MS (HTTP timeout in milliseconds. Defaults to 5000.), AUDIT_RETRY_ATTEMPTS (Number of retry attempts on transient failures. Defaults to 3.), AUDIT_HMAC_KEY (Tenant secret used to HMAC-SHA256 PII and prompts locally before sending. Generate once per tenant (e.g. node -e "console.log(require('crypto').randomBytes(32).toString('hex'))") and keep it in your environment. The key never leaves your process. If unset, the MCP falls back to plain SHA-256 for backwards compatibility and logs a one-time deprecation warning; set this to switch to keyed hashing, which regulators (ICO/EDPB) expect for pseudonymisation.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Audit Ledger MCP

same job, measured the same way
Korg Ledger
by new1direction

Verifiable cognition: prove a session ledger is tamper-evident; audit & import any agent's logs.

284 installs/wk local only
Toki Toki
by xfloukiex-lab

A local causality ledger: records decisions and the reasons, for an agent to recall.

50 installs/wk local only
Tradememory Protocol
by mnemox-ai

Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.

119 installs/wk local only
DarkMatter
by darkmatter-hub

Tamper-evident records of AI agent decisions. Verify offline, or publish a proof link.

75 installs/wk local only
Touchstone
by touchstone

Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.

29 installs/wk answering
Rubric MCP Server
by 0xsims

Attest agent decisions and verify records on a public ledger. Evidence, not just data.

1 585 installs/wk local only
Engrava
by sovantica

Tamper-evident audit, MindQL, and Action Records — embedded memory database for AI agents.

151 installs/wk local only
Superlist
by superlistapp

Manage Superlist tasks and lists in plain language from any MCP-compatible AI agent.

answering

Audit Ledger MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Audit Ledger MCP?
Audit Ledger MCP 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 audit-ledger-mcp was installed 57 times last week.
How do I connect Audit Ledger MCP?
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 audit-ledger-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Audit Ledger MCP?
The npm package audit-ledger-mcp was installed 57 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Audit Ledger MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 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.