What's Allowed for Cursor
io.github.stcmain/whats-allowed-mcp
Merged agent permission rules: which settings file wins, and which rules your client ignores.
client:Cursor
transport:stdio
runtime:npm
Install What's Allowed in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"whats-allowed-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"whats-allowed-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs