Skip to content
Cursor

continuity gateway for Cursor

io.github.zerohourzulu/continuity-gateway

Local MCP gateway for approved jobs, current agent permissions and durable retry inspection.

client:Cursor transport:stdio runtime:npm

Install continuity gateway in Cursor

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

{
  "mcpServers": {
    "continuity-gateway": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ramex-labs/continuity-mcp-gateway"
      ]
    }
  }
}

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

continuity gateway in other clients