Skip to content
Cursor

Rustok Wallet for Cursor

io.github.temrjan/rustok-wallet

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

client:Cursor transport:stdio runtime:npm

Install Rustok Wallet in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rustok-wallet": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rustok-agent-mcp"
      ],
      "env": {
        "RUSTOK_AGENT_PASSWORD": "<RUSTOK_AGENT_PASSWORD>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Rustok Wallet in other clients