rustok wallet for VS Code
io.github.rustok-org/rustok-wallet
Self-custody Ethereum agent wallet (MCP/stdio). Keys stay in a local Docker volume.
client:VS Code
transport:stdio
runtime:oci
Install rustok wallet in VS Code
.vscode/mcp.json
{
"servers": {
"rustok-wallet": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rustok-org/rustok-wallet:v0.4.2"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs