mcpbeat Sign in
I

Continuity Gateway MCP Server

local only

Continuity Gateway runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 24 Sep 2026.

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

Installs / week
npm · @ramex-labs/continuity-mcp-gateway
0
Stars
0 open issues
24 Sep 2026
Last commit
no recent releases
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check Continuity Gateway every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add continuity-gateway -- npx -y @ramex-labs/continuity-mcp-gateway
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "continuity-gateway": {
      "args": [
        "-y",
        "@ramex-labs/continuity-mcp-gateway"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.continuity-gateway]
command = "npx"
args = ["-y", "@ramex-labs/continuity-mcp-gateway"]
.cursor/mcp.json
{
  "mcpServers": {
    "continuity-gateway": {
      "args": [
        "-y",
        "@ramex-labs/continuity-mcp-gateway"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "continuity-gateway": {
      "args": [
        "-y",
        "@ramex-labs/continuity-mcp-gateway"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Continuity Gateway

same job, measured the same way
Continuity Evidence
by zerohourzulu

A bounded local evidence tool with current agent permission checks and durable retry handling.

local only
ScopeGate
by alifanov

Permission gateway for AI agents: scoped MCP endpoints over 27 services, audited and revocable.

answering
Mnemolog MCP
by pages-mnemolog

Hosted MCP memory and agent control plane for durable conversations, jobs, and operations.

answering
Memnode
by memnode

Persistent, inspectable memory for AI agents with lineage, correction, and a hosted MCP endpoint.

answering
Lotor
by githubscum

A local receipt and approval gate for AI agent sessions. The agent can act, but it cannot sign.

33 installs/wk local only
Raily
by railyai

Raily personal-agent MCP with scoped reads and approved actions.

answering
ForgeBridge
by t1ktakdev

A local, permissioned MCP agent for authorized developer workstations.

306 installs/wk local only
Crbro Memory
by octonove

Persistent file-based memory for AI agents: inspectable, versionable, fully local.

660 installs/wk local only

Continuity Gateway — questions

Answers built from our own checks of this server.

Why is there no uptime for Continuity Gateway?
Continuity Gateway runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ramex-labs/continuity-mcp-gateway.
How do I connect Continuity Gateway?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ramex-labs/continuity-mcp-gateway straight from npm; nothing to host, nothing to sign up for.
Is Continuity Gateway open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.