wordpress privacy lint for Cursor
io.github.jmshinhwa/wordpress-privacy-lint
Finds the 12 author-side privacy duties your plugin PHP breaks, with the article and the fix on ever
client:Cursor
transport:stdio
runtime:npm
Install wordpress privacy lint in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wordpress-privacy-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/wordpress-privacy-lint"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs