SpendShield for Cursor
io.github.felixpg13-glitch/spendshield
Authorization layer between AI agents and money: ALLOW/APPROVAL/DENY, budgets, audit.
client:Cursor
transport:stdio
runtime:pypi
Install SpendShield in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spendshield": {
"type": "stdio",
"command": "uvx",
"args": [
"spendshield"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs