Obolus for Grok
io.github.inviti8/obolus
Disposable Algorand wallet for AI agents. Pay x402 resources in USDC, no human provisioning.
client:Grok
transport:stdio
runtime:pypi
Install Obolus in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"obolus": {
"type": "stdio",
"command": "uvx",
"args": [
"obolus"
],
"env": {
"OBOLUS_NETWORK": "<OBOLUS_NETWORK>",
"OBOLUS_DATA_DIR": "<OBOLUS_DATA_DIR>"
}
}
}
}
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