Skip to content
Cursor

agent observability for Cursor

io.github.kryptosai/agent-observability

Trace AI agent execution: every tool call, every error, every dollar. Open source, local-first.

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-obs"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agent observability in other clients