Continuity Gateway

Continuity Gateway

Local
@zerohourzuluJavaScriptApache-2.0Updated Yesterday

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

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@ramex-labs/continuity-mcp-gatewayv0.3.0-preview.10

Run

npx -y @ramex-labs/continuity-mcp-gateway

MCP client config

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