agent costcenter for Cursor
io.github.mdfifty50-boop/agent-costcenter
Multi-agent billing and cost allocation tracking
client:Cursor
transport:stdio
runtime:npm
Install agent costcenter in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-costcenter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-costcenter-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs