release gate for Cursor
io.github.vamsisudhakaran1/release-gate
Pre-deploy security auditor for AI agent code — the risks generic SAST misses.
client:Cursor
transport:stdio
runtime:pypi
Install release gate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"release-gate": {
"type": "stdio",
"command": "uvx",
"args": [
"release-gate"
],
"env": {
"RG_MCP_ALLOWED_ROOTS": "<RG_MCP_ALLOWED_ROOTS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs