mcpbeat Sign in

Agentic Ledger MCP Server

by shekharbhardwaj Your server? Claim it
local only

Agentic Ledger runs on your own machine — the client starts it, so there is no endpoint to ping. 725 installs a week from pypi. Last commit 17 Sep 2026.

Local-first flight recorder for AI agents: sessions, costs, loop runs, and stuck-loop flags.

Installs per day peak 786 · avg 194 · -43% w/w
a month agotoday
725
Installs / week
pypi · agentic-ledger
5
Stars
21 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call get_run_status.run_id → agenticledger/cli.py:230, get_run_status.run_id → agenticledger/cli.py:201, get_run_status.run_id → agenticledger/cli.py:174 и ещё 1
            result = subprocess.run(  # noqa: S603 — running the user's own command is the point
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.

File ships in the package but is absent from the source [пакет] agenticledger/proxy/static/index.html:1, [пакет] agenticledger/proxy/static/assets/index-Dil52GWr.js:1
этот файл ставится пользователю, но в репозитории его нет
        out = subprocess.run(  # noqa: S603 — probing the user's own installs

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

Alternatives to Agentic Ledger

same job, measured the same way
CogSession
by premanand8800

Session memory for AI coding agents: records decisions and dead ends, flags what went stale.

98 installs/wk local only
Anno
by philmingdao

Local-first HTML review, editing, and annotation for AI coding agents.

45 installs/wk local only
EchoVault Memory
by go-ports

Local-first memory for coding agents; stores decisions, bugs, and context across sessions.

local only
Whitemagic MCP
by lbailey94

Local-first memory and session continuity for AI coding agents over MCP. No cloud, no telemetry.

1 080 installs/wk local only
MCP Light Memory
by peterpirog

Local-first persistent memory for coding agents and MCP clients.

local only
MCP Documentation Server
by andrea9293

Local-first document management and semantic search for AI coding agents

98 installs/wk local only
Wigolo
by knockoutez

Local-first web intelligence MCP server for AI coding agents

940 installs/wk local only
I
Evidra
by vitas

Evidra — Flight recorder for AI infrastructure agents

local only

Agentic Ledger — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentic Ledger?
Agentic Ledger 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 pypi package agentic-ledger was installed 725 times last week.
How do I connect Agentic Ledger?
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 agentic-ledger straight from pypi; nothing to host, nothing to sign up for.
How many people use Agentic Ledger?
The pypi package agentic-ledger was installed 725 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentic Ledger open source?
Yes — it is published under the MIT licence, written in Python, 5 stars on GitHub and 21 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.