Catalog
Rustok Wallet
Officialby rustok-org · Python
Self-custody Ethereum agent wallet (MCP/stdio). Keys stay in a local Docker volume.
Self-custody Ethereum agent wallet (MCP/stdio). Keys stay in a local Docker volume.
Topics
agent-skillsai-agentsclaudecryptodefiethereummcpmcp-servermodel-context-protocolopenclawself-custodywallet
README not available yet.
Install
Configuration
Arguments
-i--rm--init-vdefault rustok-wallet:/data-erequireddefault RUSTOK_KEYRING_PASSWORD={password}claude_desktop_config.json
{
"mcpServers": {
"rustok-wallet": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rustok-org/rustok-wallet:v0.4.0"
]
}
}
}