Skip to content
Claude Desktop

WPGuard MCP for Claude Desktop

io.github.cgallic/wpguard-mcp

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

client:Claude Desktop transport:stdio runtime:oci

Install WPGuard MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

WPGuard MCP in other clients