Skip to content
Cursor

gate for Cursor

io.github.nugehs/gate

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

client:Cursor transport:stdio runtime:npm

Install gate in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gate in other clients