mcpbeat Sign in

Agent Observability MCP Server

local only

Agent Observability runs on your own machine — the client starts it, so there is no endpoint to ping. 198 installs a week from pypi. Last commit 25 Aug 2026.

AI agent observability with deterministic record/replay for debugging agent failures.

Installs per day peak 286 · avg 64 · -50% w/w
a month agotoday
198
Installs / week
pypi · agent-observability-trace-cli
0
Stars
1 open issues
25 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

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

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.

  return spawnSync(command, commandArgs, {
Runs an external command src/agent_trace/_cli.py:1353, [пакет] src/agent_trace/_cli.py:1353, [пакет] src/agent_trace/mcp_server.py:48 и ещё 1
        result = subprocess.run(command, env=env, check=False)  # noqa: S603

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to Agent Observability

same job, measured the same way
Agent Replay
by mdfifty50-boop

Record and replay AI agent execution for debugging

53 installs/wk local only
AgentWatch
by nicofains1

Multi-agent observability: cascade failure detection, heartbeats, and forensic replay

64 installs/wk local only
Ingero
by ingero-io

eBPF-based GPU causal observability with 7 MCP tools for AI-assisted GPU debugging

local only
Decker
by gigshow

Deterministic market-state engine for trading agents — state, gate, coordinates, with receipts.

12 tools answering
Lumino MCP Server
by geored

AI-powered SRE observability for Kubernetes/OpenShift with 40+ Tekton debugging tools

99 installs/wk local only
Agentic Observability MCP
by mdfifty50-boop

Agent tracing, cost tracking, anomaly detection for LLM agents

55 installs/wk local only
Agent Release Auditor
by veyndrasystems

Deterministic release gate for AI-written code and coding agents.

33 installs/wk local only
Observability MCP
by thotischner

Unified observability gateway for AI agents — Prometheus, Loki & more, with anomaly detection.

416 installs/wk local only

Agent Observability — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Observability?
Agent Observability 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 agent-observability-trace-cli was installed 198 times last week.
How do I connect Agent Observability?
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 agent-observability-trace-cli straight from pypi; nothing to host, nothing to sign up for.
How many people use Agent Observability?
The pypi package agent-observability-trace-cli was installed 198 times in the last week. Week over week that is -50%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Observability open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.