Palveron Governance Gateway for Cursor
io.github.palveron/governance-gateway
Advisory governance checks for MCP hosts; enforcement runs in the Palveron remote MCP proxy.
client:Cursor
transport:stdio
runtime:npm
Install Palveron Governance Gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"governance-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@palveron/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs