Skip to content
Grok

rustok wallet for Grok

io.github.rustok-org/rustok-wallet

Self-custody Ethereum agent wallet (MCP/stdio). Keys stay in a local Docker volume.

client:Grok transport:stdio runtime:oci

Install rustok wallet in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "rustok-wallet": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/rustok-org/rustok-wallet:v0.4.2"
      ]
    }
  }
}

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

rustok wallet in other clients