Agent Observability for Cursor
io.github.blueskylineassets/agent-observability
Agent observability: structured logging, cost tracking, and compliance audit trails
client:Cursor
transport:stdio
runtime:npm
Install Agent Observability in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-observability": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-observability-mcp"
],
"env": {
"AGENT_OBS_API_KEY": "<AGENT_OBS_API_KEY>",
"AGENT_OBS_API_URL": "<AGENT_OBS_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs