Skip to content
Zed

cyberchef mcp for Zed

io.github.doublegate/cyberchef-mcp

CyberChef's 504 data-transformation operations as MCP tools: encryption, encoding, forensics.

client:Zed transport:stdio runtime:oci

Install cyberchef mcp in Zed

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

{
  "context_servers": {
    "cyberchef-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/doublegate/cyberchef-mcp_v4:4.2.0"
      ]
    }
  }
}

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

cyberchef mcp in other clients