Odel
gate

gate

Local
@nugehsJavaScriptMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@nugehs/gatev0.3.0

Run

npx -y @nugehs/gate

MCP client config

{
  "mcpServers": {
    "gate": {
      "command": "npx",
      "args": [
        "-y",
        "@nugehs/gate"
      ]
    }
  }
}