rustok wallet for Cursor
io.github.rustok-org/rustok-wallet
Self-custody Ethereum agent wallet (MCP/stdio). Keys stay in a local Docker volume.
client:Cursor
transport:stdio
runtime:oci
Install rustok wallet in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rustok-wallet": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rustok-org/rustok-wallet:v0.4.2"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs