agent observability for Cursor
io.github.rudrendupaul/agent-observability
AI agent observability with deterministic record/replay for debugging agent failures.
client:Cursor
transport:stdio
runtime:pypi
Install agent observability in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-observability": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-observability-trace-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs