SpendShield for VS Code
io.github.felixpg13-glitch/spendshield
Authorization layer between AI agents and money: ALLOW/APPROVAL/DENY, budgets, audit.
client:VS Code
transport:stdio
runtime:pypi
Install SpendShield in VS Code
.vscode/mcp.json
{
"servers": {
"spendshield": {
"type": "stdio",
"command": "uvx",
"args": [
"spendshield"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs