Skip to content
Zed

crypto tools mcp for Zed

io.github.mrfentmen/crypto-tools-mcp

Hash, sign, and encrypt text locally with standard algorithms. No network and no key.

client:Zed transport:stdio runtime:npm

Install crypto tools mcp in Zed

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

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

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

crypto tools mcp in other clients