Skip to content

Ethereum Keystore Encryption for Zed

io.github.nirholas/keystore-mcp-server

Encrypt/decrypt Ethereum keystore JSON V3 with scrypt/PBKDF2 for secure cold storage

client:Zed transport:stdio runtime:pypi

Install Ethereum Keystore Encryption in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "keystore-mcp-server": {
      "command": "uvx",
      "args": [
        "keystore-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Ethereum Keystore Encryption in other clients