Catalog
io.github.temrjan/rustok-wallet
OfficialRustok Wallet
Self-custody Ethereum Agent Wallet. All chains enabled by default. User assumes all risks.
Self-custody Ethereum wallet for AI agents with multi-chain support.
README not available yet.
Install
Configuration
Environment variables
RUSTOK_AGENT_PASSWORDrequiredsecretPassword to unlock the agent wallet
claude_desktop_config.json
{
"mcpServers": {
"rustok-wallet": {
"command": "npx",
"args": [
"-y",
"rustok-agent-mcp@0.2.2"
],
"env": {
"RUSTOK_AGENT_PASSWORD": "<YOUR_RUSTOK_AGENT_PASSWORD>"
}
}
}
}