Skip to content
Cursor

cyberchef mcp for Cursor

io.github.doublegate/cyberchef-mcp

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

client:Cursor transport:stdio runtime:oci

Install cyberchef mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cyberchef mcp in other clients