Skip to content
Cursor

wp plugin review gate for Cursor

io.github.jmshinhwa/wp-plugin-review-gate

The readme.txt and plugin-header lines that send a wordpress.org submission back, found before you s

client:Cursor transport:stdio runtime:npm

Install wp plugin review gate in Cursor

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

{
  "mcpServers": {
    "wp-plugin-review-gate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/wp-plugin-review-gate"
      ]
    }
  }
}

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

wp plugin review gate in other clients