SpendShield for Zed
io.github.felixpg13-glitch/spendshield
Authorization layer between AI agents and money: ALLOW/APPROVAL/DENY, budgets, audit.
client:Zed
transport:stdio
runtime:pypi
Install SpendShield in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"spendshield": {
"command": "uvx",
"args": [
"spendshield"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs