Skip to content
Zed

WPGuard MCP for Zed

io.github.cgallic/wpguard-mcp

WordPress edit previews, scoped correction checks, and change records for trusted operators.

client:Zed transport:stdio runtime:oci

Install WPGuard MCP in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "wpguard-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/cgallic/wpguard-mcp:0.4.0"
      ],
      "env": {
        "WPGUARD_MCP_TOKEN": "<WPGUARD_MCP_TOKEN>"
      }
    }
  }
}

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

WPGuard MCP in other clients