Agentic Ledger MCP Server

Runtime observability for AI agents - see exactly what your agent did, why it did it, and what it cost. It runs locally over stdio via the published package.

People who work with agent monitoring, cost tracking and fastapi and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 5 · #24 OF 120 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Agentic Ledger

before you install - you'll need

Set AGENTICLEDGER_DSN, OPENAI_BASE_URL, ANTHROPIC_BASE_URL, CLAUDE_CODE_USE_BEDROCK, ANTHROPIC_BEDROCK_BASE_URL, AGENTICLEDGER_COMPLETION_PROMISE, OTEL_EXPORTER_OTLP_ENDPOINT before connecting. AGENTICLEDGER_UPSTREAM_URL is optional or environment-specific per the README.

Claude Code

claude mcp add shekharbhardwaj-agenticledger -- uvx agentic-ledger

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "shekharbhardwaj-agenticledger": {
      "command": "uvx",
      "args": [
        "agentic-ledger"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package agentic-ledger - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.ShekharBhardwaj is GitHub-verified and matches the repo owner

03 · What Agentic Ledger can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.14.0 · 2026-09-17

v0.13.1 · 2026-09-16

v0.13.0 · 2026-09-16

show redetect counts by framework · detect Gemini CLI user agents · New Contributors · @cananoo made their first contribution in

04 · Who maintains Agentic Ledger

agentic-ledger is maintained by shekharbhardwaj. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
DevOps & monitoring - ranked #24 of 120 actively-maintained DevOps & monitoring servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-17)
registry
io.github.ShekharBhardwaj/agentic-ledger (active, first published 2026-07-26 · 25 versions)
packages
pypi:agentic-ledger

06 · Agentic Ledger FAQ

What is Agentic Ledger?

Runtime observability for AI agents - see exactly what your agent did, why it did it, and what it cost. It runs locally over stdio via the published package.

Is Agentic Ledger still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Agentic Ledger?

Run `uvx agentic-ledger`. The README documents 8 environment variables (AGENTICLEDGER_DSN, AGENTICLEDGER_UPSTREAM_URL, OPENAI_BASE_URL…) to set first. Set AGENTICLEDGER_DSN, OPENAI_BASE_URL, ANTHROPIC_BASE_URL, CLAUDE_CODE_USE_BEDROCK, ANTHROPIC_BEDROCK_BASE_URL, AGENTICLEDGER_COMPLETION_PROMISE, OTEL_EXPORTER_OTLP_ENDPOINT before connecting. AGENTICLEDGER_UPSTREAM_URL is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Agentic Ledger run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agentic Ledger

More DevOps & monitoring MCP servers · SigNoz MCP Server · HomeLab Monitor · Fleet MCP · Mcpproxy

More Python MCP servers · J-Quants MCP · Stdio · Tactical RMM · Baron Munchausen · Mi Fitness Data Bridge · see all