← Back to browse

audit-ledger-mcp

Indexed by io.github.shahidh68

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAUDIT_API_URL AUDIT_WRITE_KEY AUDIT_READ_KEY AUDIT_TIMEOUT_MS AUDIT_RETRY_ATTEMPTS AUDIT_HMAC_KEY
Claude Code
claude mcp add --env AUDIT_API_URL= --env AUDIT_WRITE_KEY= --env AUDIT_READ_KEY= --env AUDIT_TIMEOUT_MS= --env AUDIT_RETRY_ATTEMPTS= --env AUDIT_HMAC_KEY= audit-ledger-mcp -- npx audit-ledger-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"audit-ledger-mcp","command":"npx","args":["audit-ledger-mcp"],"env":{"AUDIT_API_URL":"","AUDIT_WRITE_KEY":"","AUDIT_READ_KEY":"","AUDIT_TIMEOUT_MS":"","AUDIT_RETRY_ATTEMPTS":"","AUDIT_HMAC_KEY":""}}'
JSON
{
  "mcpServers": {
    "audit-ledger-mcp": {
      "command": "npx",
      "args": [
        "audit-ledger-mcp"
      ],
      "env": {
        "AUDIT_API_URL": "",
        "AUDIT_WRITE_KEY": "",
        "AUDIT_READ_KEY": "",
        "AUDIT_TIMEOUT_MS": "",
        "AUDIT_RETRY_ATTEMPTS": "",
        "AUDIT_HMAC_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.