Loading MCP server directory, please wait...
Self-custody Ethereum agent wallet (MCP/stdio). Keys stay in a local Docker volume.
npx @getmcp/cli add io.github.rustok-org/rustok-walletRequires Docker Engine. Community-contributed server. Review source before installing.
RUSTOK_KEYRING_PASSWORDKeystore password.
RUSTOK_RPC_URLS_1Ethereum mainnet RPC URL.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rustok-org/rustok-wallet": {
"command": "docker",
"args": [
"rustok-wallet:/data",
"run",
"-i",
"--rm",
"-e",
"RUSTOK_KEYRING_PASSWORD",
"-e",
"RUSTOK_RPC_URLS_1",
"ghcr.io/rustok-org/rustok-wallet:v0.4.0"
],
"env": {
"RUSTOK_KEYRING_PASSWORD": "",
"RUSTOK_RPC_URLS_1": ""
}
}
}
}