Skip to content
Zed

crypto for Zed

io.github.rog0x/crypto

Hash, encode, UUID, password analysis for AI agents

client:Zed transport:stdio runtime:npm

Install crypto in Zed

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

{
  "context_servers": {
    "crypto": {
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-crypto-tools"
      ]
    }
  }
}

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

crypto in other clients