← Index

Agent Observability

io.github.blueskylineassets/agent-observability·v1.1.0·Monitoring & Logs
Quality Score
74
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agent-observability": {
      "command": "npx",
      "args": [
        "-y",
        "agent-observability-mcp"
      ],
      "env": {
        "AGENT_OBS_API_KEY": "<your-agent_obs_api_key>",
        "AGENT_OBS_API_URL": "<agent_obs_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agent-observability": {
      "command": "npx",
      "args": [
        "-y",
        "agent-observability-mcp"
      ],
      "env": {
        "AGENT_OBS_API_KEY": "<your-agent_obs_api_key>",
        "AGENT_OBS_API_URL": "<agent_obs_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y agent-observability-mcp
§02  Environment variables
AGENT_OBS_API_KEY
requiredsecret

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)

§03  MCP Quality Score  ·  methodology
freshness
19
completeness
10
installability
25
documentation
10
stability
10
§04  Alternatives in Monitoring & Logs