Skip to content
Zed

hash for Zed

io.github.ryudi84/hash

MCP server for cryptographic hashing — MD5, SHA-1, SHA-256, SHA-384, SHA-512

client:Zed transport:stdio runtime:npm

Install hash in Zed

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

{
  "context_servers": {
    "hash": {
      "command": "npx",
      "args": [
        "-y",
        "hash-forge-mcp"
      ]
    }
  }
}

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

hash in other clients