Release Gate
Rank #13,030io.github.VamsiSudhakaran1/release-gate
Pre-deploy security auditor for AI agent code — the risks generic SAST misses.
Release Gate is a Model Context Protocol (MCP) server published by vamsisudhakaran1. It ranks #13,030 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Release Gate is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 15, 2026 and most recently updated on Jul 7, 2026.
Ranks ahead of 119,016 of 132,046 servers on MCP Toplist.
Use Release Gate
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add release-gate -e "RG_MCP_ALLOWED_ROOTS=<your RG_MCP_ALLOWED_ROOTS>" -- uvx release-gateReplace each placeholder with your own value before saving.
[mcp_servers.release-gate]
command = "uvx"
args = ["release-gate"]
[mcp_servers.release-gate.env]
RG_MCP_ALLOWED_ROOTS = "<your RG_MCP_ALLOWED_ROOTS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"release-gate": {
"command": "uvx",
"args": [
"release-gate"
],
"env": {
"RG_MCP_ALLOWED_ROOTS": "<your RG_MCP_ALLOWED_ROOTS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"release-gate": {
"command": "uvx",
"args": [
"release-gate"
],
"env": {
"RG_MCP_ALLOWED_ROOTS": "<your RG_MCP_ALLOWED_ROOTS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"release-gate": {
"type": "stdio",
"command": "uvx",
"args": [
"release-gate"
],
"env": {
"RG_MCP_ALLOWED_ROOTS": "<your RG_MCP_ALLOWED_ROOTS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"release-gate": {
"command": "uvx",
"args": [
"release-gate"
],
"env": {
"RG_MCP_ALLOWED_ROOTS": "<your RG_MCP_ALLOWED_ROOTS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"release-gate": {
"command": "uvx",
"args": [
"release-gate"
],
"env": {
"RG_MCP_ALLOWED_ROOTS": "<your RG_MCP_ALLOWED_ROOTS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.VamsiSudhakaran1%2Frelease-gate)<a href="https://mcptoplist.com/server/io.github.VamsiSudhakaran1%2Frelease-gate"><img src="https://mcptoplist.com/badge/io.github.VamsiSudhakaran1%2Frelease-gate.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
vamsisudhakaran1
Available versions (1)
| Version | Published |
|---|---|
| 0.8.4 | Jul 7, 2026 |
Frequently asked questions
- Who maintains Release Gate?
- Release Gate is maintained by vamsisudhakaran1, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Release Gate listed on the Official MCP Registry?
- Yes — Release Gate is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Release Gate have?
- MCP Toplist tracks 1 version of Release Gate, most recently published on Jul 7, 2026.
- Where can I find the source code for Release Gate?
- The source code for Release Gate is hosted at github.com/vamsisudhakaran1/release-gate.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.