Catalog
io.github.blueskylineassets/agent-observability
OfficialAgent Observability
Agent observability: structured logging, cost tracking, and compliance audit trails
Structured logging, cost tracking, and compliance audit trails for agents.
README not available yet.
Install
Configuration
Environment variables
AGENT_OBS_API_KEYrequiredsecretAPI key for the Agent Observability service (get one at POST /v1/register)
AGENT_OBS_API_URLURL of the Agent Observability API (defaults to https://api-production-0c55.up.railway.app)
claude_desktop_config.json
{
"mcpServers": {
"agent-observability": {
"command": "npx",
"args": [
"-y",
"agent-observability-mcp@1.1.0"
],
"env": {
"AGENT_OBS_API_KEY": "<YOUR_AGENT_OBS_API_KEY>",
"AGENT_OBS_API_URL": "<YOUR_AGENT_OBS_API_URL>"
}
}
}
}