Skip to content
Cline

Ethereum Keystore Encryption for Cline

io.github.nirholas/keystore-mcp-server

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

client:Cline transport:stdio runtime:pypi

Install Ethereum Keystore Encryption in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Ethereum Keystore Encryption in other clients