multi wallet for Grok
io.github.lordbasilaiassistant-sudo/multi-wallet
Multi-wallet management for AI agents — generate, distribute, consolidate on EVM
client:Grok
transport:stdio
runtime:npm
Install multi wallet in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"multi-wallet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thryx/multi-wallet-mcp-server"
],
"env": {
"RPC_URL": "<RPC_URL>",
"THRYX_API_KEY": "<THRYX_API_KEY>",
"DEPLOYER_PRIVATE_KEY": "<DEPLOYER_PRIVATE_KEY>",
"WALLET_PASSWORD": "<WALLET_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