Sanction for Grok
io.github.ericlovold/sanction
The wallet an AI agent carries — mandate, budget, vault, and audit. Counterparties verify first.
client:Grok
transport:stdio
runtime:npm
Install Sanction in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs