agentrace for Cursor
io.github.ura-tools/agentrace
Structured observability for AI agents. Trace steps, decisions, and errors. MCP server + CLI viewer.
client:Cursor
transport:stdio
runtime:npm
Install agentrace in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentrace": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ura-dev/agentrace"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs