mcpbeat Sign in

Release Gate MCP Server

local only

Release Gate runs on your own machine — the client starts it, so there is no endpoint to ping. 265 installs a week from pypi. Last commit 28 Aug 2026.

Local completion-contract checks and release receipts.

Installs per day peak 585 · avg 100
a month agotoday
265
Installs / week
pypi · dailyaiagents-release-gate
0
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/dailyai_release_gate/__init__.py:1, [пакет] src/dailyai_release_gate/core.py:1, [пакет] src/dailyai_release_gate/server.py:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add release-gate -- uvx dailyaiagents-release-gate
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "release-gate": {
      "args": [
        "dailyaiagents-release-gate"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.release-gate]
command = "uvx"
args = ["dailyaiagents-release-gate"]
.cursor/mcp.json
{
  "mcpServers": {
    "release-gate": {
      "args": [
        "dailyaiagents-release-gate"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "release-gate": {
      "args": [
        "dailyaiagents-release-gate"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Release Gate

same job, measured the same way
Evidence Gate
by dailyaiagents

Local checks for artifacts, declared claim evidence, and citation containment.

273 installs/wk local only
Froglet
by armanas

Run local Froglet verifiable compute, signed receipts, settlement, and service publication.

36 installs/wk local only
Postcept
by postcept

Verify agent actions against the system of record and get signed completion receipts.

39 installs/wk local only
Audrey
by evilander

Local-first biological memory for coding agents: recall, consolidation, and pre-action Guard checks.

130 installs/wk local only
Dingdawg Legal Agent
by dingdawg

AI contract review, clause drafting, compliance checklists & legal research.

68 installs/wk local only
Security Preflight
by jdhart81

Static MCP, source-code and injection-indicator checks with redacted signed receipts.

5 tools answering
argot
by get-tmonier

Read-only context and complete checks against patterns learned from git history. Local; no LLM.

203 installs/wk local only
Ennodia
by cherninlab

Local MCP server for AI team advice, multi-agent review, Compare, and traceable receipts

32 installs/wk local only

Release Gate — questions

Answers built from our own checks of this server.

Why is there no uptime for Release Gate?
Release Gate runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package dailyaiagents-release-gate was installed 265 times last week.
How do I connect Release Gate?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls dailyaiagents-release-gate straight from pypi; nothing to host, nothing to sign up for.
How many people use Release Gate?
The pypi package dailyaiagents-release-gate was installed 265 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Release Gate open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.