One ship/no-ship verdict from aiglare, bouncer, tieline & repoctx β the unified merge gate.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
One ship/no-ship verdict from your whole nugehs toolchain.

gate runs aiglare,
bouncer,
tieline and
repoctx against a repo and
merges their four dialects into one normalized verdict. Each tool already
answers a different "can this ship?" question β gate is the place they finally
agree on the answer.
Each tool's native result is normalized onto one status vocabulary:
| Status | Meaning |
|---|---|
pass | the check ran and is clean |
warn | ran, found something worth a look β not blocking |
fail | ran, found a blocking problem |
unknown | ran, but couldn't determine β explicitly not a pass |
skipped | not applicable / not configured for this repo |
error | the tool couldn't be run, or returned garbage |
The top-level verdict is the worst across the domains that actually ran
(skipped never counts). unknown and error roll up to warn so nothing
slips through as a silent pass.
| Tool | Native signal | β gate |
|---|---|---|
| aiglare | a red surface on a side-effectful sink | fail; any red/amber β warn |
| bouncer | a fail finding (missing required control) | fail; any unknown control β unknown |
| tieline | drift > 0 (FE call with no BE route) | fail; unverifiable > 0 β warn |
| repoctx | FAIL/BLOCK merge verdict | fail; WARN β warn |
gate runs aiglare without
--ciand derives the blocking verdict itself, so a tool thatprocess.exit()s before flushing its pipe can't truncate the report it feeds us.
A run that checked nothing is not a pass. If every domain is skipped or
deselected (e.g. --skip them all, or a typo'd --only), gate reports NO
CHECKS RAN (ok:false) and fails under --ci β a misconfiguration can't
silently turn the gate green.
On repoctx + local mode. repoctx's merge-readiness gate can only verify
review state (approvals, CODEOWNERS, required checks) against a host like
GitHub. Run locally it reports those as a WARN, so on a clean local repo gate
will often show merge readiness: warn. That's repoctx being honest about what
it can't see locally β not a problem with your change.
By default only a fail verdict blocks under --ci β safe to adopt without
drowning a team in warnings. Add --strict when you want warnings to gate too.
gate doesn't bundle the four tools; it finds each one at runtime. Per tool, first hit wins:
GATE_<TOOL>_BIN environment variable (explicit override)@nugehs/<tool> package (from node_modules)../<tool> (local development)A tool that can't be resolved is reported as skipped, never a hard failure β
so gate is safe to run in a repo that only uses some of the toolchain.
For a machine-readable record, --json emits the full verdict (schema version,
per-domain results, counts, and the blocking reasons) for dashboards or audit
evidence.
gate is also an MCP server, so an agent can ask "can this ship?" in one call β the unified verdict, not four separate tools.
Tools:
| Tool | Returns |
|---|---|
gate_check | the unified verdict for a repo (path, optional only/skip/ci/strict) |
list_checks | the four checks gate runs, each with its domain and what it answers |
Registry manifest: server.json (io.github.nugehs/gate).
The same normalized verdict drives a VS Code / Cursor extension
(clients/vscode) β the gates, shifted left from CI into the
editor:
@gate chat participant, a gate_check tool agent
mode can call before it says "done", and an MCP server provider β so the
assistant writing the code is checked by the same gate as CI;gate is the shared spine. The same JSON already drives the CLI, the --ci gate,
the MCP server, and the editor extension above. Next client on the same JSON:
*-web sites.MIT Β© Oluwasegun Olumbe
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/gate-2)<a href="https://allmcps.com/mcp/gate-2"><img src="https://allmcps.com/api/badge/gate-2?style=directory" alt="Gate on AllMCPs" /></a>