mcp cost tracker router for Cursor
io.github.dbsectrainer/mcp-cost-tracker-router
Real-time cost awareness for MCP agent workflows
client:Cursor
transport:stdio
runtime:npm
Install mcp cost tracker router in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-cost-tracker-router": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-cost-tracker-router"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs