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 connecting DevOps & monitoring tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 5 · #13 OF 101 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-08-25

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, AGENTICLEDGER_API_KEY, AGENTICLEDGER_BUDGET_DAILY, AGENTICLEDGER_BUDGET_SESSION, AGENTICLEDGER_RATE_LIMIT_SESSION_RPM 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.11.0 · 2026-08-23

v0.10.0 · 2026-08-23

v0.9.3 · 2026-08-22

Bump the actions group across 1 directory with 3 updates

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 #13 of 101 actively-maintained DevOps & monitoring servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-23)
registry
io.github.ShekharBhardwaj/agentic-ledger (active, first published 2026-07-26 · 21 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-08-25, its last commit was 2026-08-24 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 12 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, AGENTICLEDGER_API_KEY, AGENTICLEDGER_BUDGET_DAILY, AGENTICLEDGER_BUDGET_SESSION, AGENTICLEDGER_RATE_LIMIT_SESSION_RPM 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 · SMRITI Memory · Mi Fitness Data Bridge · Live Memory · see all