Sanction for Cline
io.github.ericlovold/sanction
The wallet an AI agent carries — mandate, budget, vault, and audit. Counterparties verify first.
client:Cline
transport:stdio
runtime:npm
Install Sanction in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs