mcpbeat Sign in

Gate MCP Server

local only

Gate runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 14 Jun 2026.

One ship/no-ship verdict from aiglare, bouncer, tieline & repoctx — the unified merge gate.

Installs per day peak 16 · avg 7 · +33% w/w
a month agotoday
39
Installs / week
npm · @nugehs/gate
0
Stars
0 open issues
14 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 20 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.

function exec(
  command: string,
  return path.isAbsolute(file) ? file : path.join(root, file);

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

Alternatives to Gate

same job, measured the same way
repoctx
by nugehs

Local-first code context, impact analysis, and merge-readiness verdicts for AI agents.

87 installs/wk local only
Delimit — The merge gate for AI-written code
by delimit-ai

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

2 062 installs/wk local only
Daemoon
by jaylee7777

One PAT, any MCP agent: Vercel, GitHub, Cloudflare, Supabase, GCP — unified dev infra gateway.

answering
OctoCounts MCP Server
by huanglizhuo

Analyze and compare public GitHub repo line counts (SLOC) via OctoCounts, from any MCP client.

43 installs/wk local only
Odoo Pulse
by minhhq-a1

An AI business analyst for Odoo ERP (18+) — one-call reports with verdicts, over MCP

234 installs/wk local only
Verificate MCP
by verificate

Agentic code review, no signup to try: reality gates + frontier-model review, with veto.

5 tools answering
Orca MCP Server
by jascal

Go from natural language to verified finite state machines — topology bugs caught before code runs.

48 installs/wk local only
Github MCP
by jaimenbell

MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.

59 installs/wk local only

Gate — questions

Answers built from our own checks of this server.

Why is there no uptime for Gate?
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 npm package @nugehs/gate was installed 39 times last week.
How do I connect 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 @nugehs/gate straight from npm; nothing to host, nothing to sign up for.
How many people use Gate?
The npm package @nugehs/gate was installed 39 times in the last week. Week over week that is +33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gate open source?
Yes — it is published under the MIT licence, written in JavaScript 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.