agentburn for Cursor
io.github.socialpranker/agentburn
Local profiler: which usage window took you out, and where your agent's money goes
client:Cursor
transport:stdio
runtime:pypi
Install agentburn in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentburn": {
"type": "stdio",
"command": "uvx",
"args": [
"agentburn"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs