Countersign for Grok
io.github.countersign-network/countersign
Kill switch + spend guard for AI agents that spend money, across every wallet vendor at once.
client:Grok
transport:stdio
runtime:npm
Install Countersign in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"countersign": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@countersign/mcp"
],
"env": {
"COUNTERSIGN_URL": "<COUNTERSIGN_URL>",
"COUNTERSIGN_API_KEY": "<COUNTERSIGN_API_KEY>"
}
}
}
}
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