Sanction for Cursor
io.github.ericlovold/sanction
The wallet an AI agent carries — mandate, budget, vault, and audit. Counterparties verify first.
client:Cursor
transport:stdio
runtime:npm
Install Sanction in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sanction": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs