Loading MCP server directory, please wait...
WordPress edit previews, scoped correction checks, and change records for trusted operators.
npx @getmcp/cli add io.github.cgallic/wpguard-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
WPGUARD_MCP_TOKENGenerate a strong secret for trusted operators. This token grants admin tool access.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cgallic/wpguard-mcp": {
"command": "docker",
"args": [
"127.0.0.1:8642:8642",
"wpguard-state:/state",
"run",
"-i",
"--rm",
"-e",
"WPGUARD_MCP_TOKEN",
"ghcr.io/cgallic/wpguard-mcp:0.4.0"
],
"env": {
"WPGUARD_MCP_TOKEN": ""
}
}
}
}