Rustok Wallet for Grok
io.github.temrjan/rustok-wallet
Self-custody Ethereum Agent Wallet. All chains enabled by default. User assumes all risks.
client:Grok
transport:stdio
runtime:npm
Install Rustok Wallet in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"rustok-wallet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rustok-agent-mcp"
],
"env": {
"RUSTOK_AGENT_PASSWORD": "<RUSTOK_AGENT_PASSWORD>"
}
}
}
}
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