rustok wallet for Zed
io.github.rustok-org/rustok-wallet
Self-custody Ethereum agent wallet (MCP/stdio). Keys stay in a local Docker volume.
client:Zed
transport:stdio
runtime:oci
Install rustok wallet in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rustok-wallet": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rustok-org/rustok-wallet:v0.4.2"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs