← Back to browse

Rustok Wallet

Indexed by io.github.temrjan

About

Self-custody Ethereum Agent Wallet. All chains enabled by default. User assumes all risks.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsRUSTOK_AGENT_PASSWORD
Claude Code
claude mcp add --env RUSTOK_AGENT_PASSWORD= rustok-wallet -- npx rustok-agent-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"rustok-wallet","command":"npx","args":["rustok-agent-mcp"],"env":{"RUSTOK_AGENT_PASSWORD":""}}'
JSON
{
  "mcpServers": {
    "rustok-wallet": {
      "command": "npx",
      "args": [
        "rustok-agent-mcp"
      ],
      "env": {
        "RUSTOK_AGENT_PASSWORD": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.