Budgetary: estimate token spend for Cursor
io.github.thriftell/budgetary
Pre-flight token-spend estimate (range, scenario, confidence) for a coding task, or an abstention.
client:Cursor
transport:stdio
runtime:npm
Install Budgetary: estimate token spend in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"budgetary": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@budgetary/mcp"
],
"env": {
"BUDGETARY_API_KEY": "<BUDGETARY_API_KEY>",
"BUDGETARY_HOST": "<BUDGETARY_HOST>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs