mcpbeat Sign in

Delimit — The merge gate for AI-written code MCP Server

local only

Delimit — The merge gate for AI-written code runs on your own machine — the client starts it, so there is no endpoint to ping. 2 062 installs a week from npm. Last commit 16 Sep 2026.

The merge gate for AI-written code, with signed, replayable attestation.

Installs per day peak 358 · avg 134 · -79% w/w
a month agotoday
2 062
Installs / week
npm · delimit-cli
22
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Runs commands and sends data out [пакет] gateway/ai/backends/tools_design.py:68
            probe = subprocess.run(
Reads secrets and sends them out [пакет] gateway/ai/backends/tools_infra.py:1685
    env = dict(os.environ)
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.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.js
            self.command, shell=True,
            execSync(`${cmd} --version`, { stdio: 'pipe' });
            path.join(codexConfig.configPath, codexConfig.configFile),
Touches key and credential files hooks/pre-tool-hook.js:40
                '/.ssh/',

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Delimit — The merge gate for AI-written code and you get told the day something new turns up.

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 delimit-mcp-server -- npx -y delimit-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "delimit-mcp-server": {
      "args": [
        "-y",
        "delimit-cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.delimit-mcp-server]
command = "npx"
args = ["-y", "delimit-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "delimit-mcp-server": {
      "args": [
        "-y",
        "delimit-cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "delimit-mcp-server": {
      "args": [
        "-y",
        "delimit-cli"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Delimit — The merge gate for AI-written code

same job, measured the same way
abcop
by adrianov

ABC complexity gate for AI-written code with an MCP inspection tool.

local only
Cool Workflow
by coo1white

Signed, cited, replayable workflows for Claude, Codex, Gemini, DeepSeek, and other agents.

124 installs/wk local only
Agent Release Auditor
by veyndrasystems

Deterministic release gate for AI-written code and coding agents.

27 installs/wk local only
SvGrid
by svgrid

Checks AI-written SvGrid code against the real API, plus version-pinned Svelte 5 grid docs.

342 installs/wk 6 tools answering
Codex Delegate
by andreilungeanu

Bridge AI coding hosts to the OpenAI Codex CLI for delegated implementation.

155 installs/wk local only
I
Glint Model Hub — image generation for AI agents
by zzzjy765

Generate and edit images with every image model on the platform. Returns the image to the agent.

local only
Soma
by medianemi-beep

Execution-verified code generation and verification with signed, offline-checkable certificates.

29 installs/wk local only
Multi-MCP
by religa

Multi-model AI orchestration MCP server with code review, compare, and debate tools.

64 installs/wk local only

Delimit — The merge gate for AI-written code — questions

Answers built from our own checks of this server.

Why is there no uptime for Delimit — The merge gate for AI-written code?
Delimit — The merge gate for AI-written code 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 npm package delimit-cli was installed 2 062 times last week.
How do I connect Delimit — The merge gate for AI-written code?
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 delimit-cli straight from npm; nothing to host, nothing to sign up for.
How many people use Delimit — The merge gate for AI-written code?
The npm package delimit-cli was installed 2 062 times in the last week. Week over week that is -79%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Delimit — The merge gate for AI-written code open source?
Yes — it is published under the MIT licence, written in Python and 22 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.