Sanction for Zed
io.github.ericlovold/sanction
The wallet an AI agent carries — mandate, budget, vault, and audit. Counterparties verify first.
client:Zed
transport:stdio
runtime:npm
Install Sanction in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sanction": {
"command": "npx",
"args": [
"-y",
"sanction-mcp"
],
"env": {
"SANCTION_API_KEY": "<SANCTION_API_KEY>",
"SANCTION_WALLET_ID": "<SANCTION_WALLET_ID>",
"SANCTION_API_URL": "<SANCTION_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs