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
{
"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