agent spend policy mcp for Cursor
io.github.dingdawg/agent-spend-policy-mcp
Local agent spend-policy checks. No funds, keys, payment authority, or network access.
client:Cursor
transport:stdio
runtime:npm
Install agent spend policy mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-spend-policy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dingdawg/agent-spend-policy-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs