Mmcp.market

Agent Observability MCP server

by RudrenduPaul·io.github.RudrenduPaul/agent-observability·v0.1.11

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

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
New

0 stars

Reviews

Write one

Nobody has reviewed Agent Observability yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Agent Observability tools (1, 1 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • runwrite action

    Shell out to `agent-trace <args...> --json` and return the parsed JSON result as a dict. Errors (non-zero exit, unparsable stdout) are returned as a dict with an "error" key rather than raised, so a calling agent gets a structured result either way.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan55 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 5 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Agent Observability repository's README, as published. We do not edit it. Read it on GitHub

Agent Observability

<!-- mcp-name: io.github.RudrenduPaul/agent-observability --> <!-- Ownership-proof string for registry.modelcontextprotocol.io publishing. Do not remove. -->

Record your agent's LLM calls once, replay them offline in under 1 ms, zero API calls, zero cost.

Your LangGraph agent fails after step 8. LangSmith shows you what broke. To reproduce it: 8 more LLM calls. 30 more seconds. $0.15 more in API cost. If the failure was caused by a transient model output, you can't reproduce it at all.

Agent Observability fixes this. Record once. Replay offline in 0.93 ms. Zero API calls. Zero cost.

Recording overhead:   0.011%   (0.090 ms added per LLM call)
Replay latency:       0.93 ms  mean (vs ~8,500 ms live on GPT-4o × 10 steps)
Replay fidelity:      100%     (response bytes byte-for-byte identical)
CI cost per replay:   $0

Install

pip install agent-observability-trace-cli
# or
uv add agent-observability-trace-cli

LangGraph support:

pip install agent-observability-trace-cli[langgraph]

OpenAI Agents SDK support:

pip install agent-observability-trace-cli[openai-agents]

30-second CLI quickstart

# Record a live run (your script just needs `import agent_trace` somewhere)
agent-trace run --name my_agent -- python my_agent.py

# List recorded runs
agent-trace list

# Replay offline: zero network, zero cost
agent-trace replay run_<id>

# Show the trace for a run
agent-trace show run_<id>

list, inspect, diff, replay, and run all support --json for machine-parseable output, so an orchestrating agent or CI job can call any of them the same way a person would and parse the result. (run --json prints its own status to stderr and the child process's output to stdout, ending with one final JSON summary line, since the child's own output can't be made structured.) show has no --json mode of its own. It accepts --errors-only to filter its output to failed spans instead. See the full CLI reference below for every subcommand's flags.

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add agent-observability -- uvx agent-observability-trace-cli
Add to Cursor

Agent Observability: common questions

Is Agent Observability MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Agent Observability safety report
How do I install Agent Observability?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Agent Observability need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Agent Observability maintained?
The last commit was 6 days ago (2026-09-18). The latest release is v0.1.11.
What can I use instead of Agent Observability?
Servers from other publishers that do the same job: Mockserver MCP server, Orcareplay MCP server and CHAP Coordinator MCP server. Compare all Agent Observability alternatives.

Alternatives to Agent Observability

Same job from other publishers: the closest match first, then the best rated.

All Agent Observability alternatives →
  • Mockserver
    Mock, record/replay, verify and chaos-test any HTTP, REST, gRPC or LLM dependency over MCP.
    A
  • Orcareplay
    Read, replay and fork recorded coding-agent runs.
    A
  • CHAP Coordinator
    Auditable records of human decisions over AI agent work. Approvals, edits, overrides, escalations.
    A
  • three.ws Provenance
    Append-only, signed, on-chain-verifiable agent action log — record and audit what agents did.
    B
  • Dvalincode
    Deterministic security scanning, no model or API key, plus offline-verifiable proof a fix worked.
    A

More from RudrenduPaul