agents.u.cash for Grok
io.github.uxdevo/agents-u-cash
Non-custodial HTTP-402 crypto payments for AI agents. 79-tool MCP server.
client:Grok
transport:stdio
runtime:oci
Install agents.u.cash in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agents-u-cash": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/udotcash/agents-u-cash-mcp:0.6.18"
]
}
}
}
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