Skip to content
Cline

WPGuard MCP for Cline

io.github.cgallic/wpguard-mcp

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

client:Cline transport:stdio runtime:oci

Install WPGuard MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

WPGuard MCP in other clients