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. 24 installs a week from npm.

Agent observability: structured logging, cost tracking, and compliance audit trails

Installs per day peak 28 · avg 7 · +14% w/w
a month agotoday
24
Installs / week
npm · agent-observability-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Agent Observability every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: AGENT_OBS_API_KEY (API key for the Agent Observability service (get one at POST /v1/register)), AGENT_OBS_API_URL (URL of the Agent Observability API (defaults to https://api-production-0c55.up.railway.app)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agent Observability

same job, measured the same way
Trace Forge
by mdfifty50-boop

Structured execution trace and span logging for AI agents

28 installs/wk local only
I
agentrace
by ura-tools

Structured observability for AI agents. Trace steps, decisions, and errors. MCP server + CLI viewer.

29 installs/wk local only
Kakunin
by nqzai

X.509 identity, risk scoring, and audit logging for AI agents. MiCA + EU AI Act compliant.

62 installs/wk local only
Kakunin
by kakunin-ai

X.509 identity, risk scoring, and audit logging for AI agents. MiCA + EU AI Act compliant.

local only
Structured Output MCP Traced Agent
by getvda

Structured Output MCP Traced Agent

2 tools answering
Structured Output Agent C2ddcc
by getvda

Traced Structured Output Agent (Groq)

2 tools answering
The Context Company
by the-context-company

AI agent observability for production traces, natural-language insights, and improvement loops.

answering
meek_defoneos_audit_logging_mcp
by csoai-org

MEEK DEFONEOS Audit Logging MCP — SIEM + audit chain + compliance logs. MIT-licensed.

444 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 npm package agent-observability-mcp was installed 24 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-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Observability?
The npm package agent-observability-mcp was installed 24 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.