Ethereum Keystore Encryption for VS Code
io.github.nirholas/keystore-mcp-server
Encrypt/decrypt Ethereum keystore JSON V3 with scrypt/PBKDF2 for secure cold storage
client:VS Code
transport:stdio
runtime:pypi
Install Ethereum Keystore Encryption in VS Code
.vscode/mcp.json
{
"servers": {
"keystore-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"keystore-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs