Odel
release gate

release gate

Local
@vamsisudhakaran13PythonMITUpdated 3w ago

Pre-deploy security auditor for AI agent code — the risks generic SAST misses.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIrelease-gatev0.8.4

Run

uvx release-gate

MCP client config

{
  "mcpServers": {
    "release-gate": {
      "command": "uvx",
      "args": [
        "release-gate"
      ]
    }
  }
}