Rustok Wallet for VS Code
io.github.temrjan/rustok-wallet
Self-custody Ethereum Agent Wallet. All chains enabled by default. User assumes all risks.
client:VS Code
transport:stdio
runtime:npm
Install Rustok Wallet in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "rustok-agent-password",
"description": "RUSTOK_AGENT_PASSWORD",
"password": true
}
],
"servers": {
"rustok-wallet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rustok-agent-mcp"
],
"env": {
"RUSTOK_AGENT_PASSWORD": "${input:rustok-agent-password}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs