governed mcp gateway for Cursor
io.github.icohangar-ops/governed-mcp-gateway
HTTP MCP gateway: principal on tools/call + SSE, allowlists, vault rotate, CHP gates.
client:Cursor
transport:stdio
runtime:npm
Install governed mcp gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"governed-mcp-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cubiczan/governed-mcp-gateway"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs