mcpbeat Sign in

Continuity Evidence MCP Server

by zerohourzulu Your server? Claim it
local only

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

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

Installs / week
npm · @ramex-labs/continuity-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check Continuity Evidence 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-evidence -- npx -y @ramex-labs/continuity-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "continuity-evidence": {
      "args": [
        "-y",
        "@ramex-labs/continuity-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.continuity-evidence]
command = "npx"
args = ["-y", "@ramex-labs/continuity-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "continuity-evidence": {
      "args": [
        "-y",
        "@ramex-labs/continuity-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "continuity-evidence": {
      "args": [
        "-y",
        "@ramex-labs/continuity-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Continuity Evidence

same job, measured the same way
Project Memory
by dankaro-projects

Local decisions, evidence, outcomes and reviewed lessons with bounded retrieval and an HTML viewer.

local only
C
Wever Connect
by weverpay

Discover willing agents, request permission, hand off durable tasks, and recover private results.

answering
C
Grantor MCP
by chaingrantor

Wrap any MCP server with enforced, bounded, revocable permissions — grant, narrow, check, revoke.

89 installs/wk local only
Titen Memory
by ramaaditya49

Evidence-grounded agent memory with mandatory provenance, on local SQLite or Cloudflare D1

69 installs/wk local only
Weavatrix Refactor Js
by sergii-ziborov

Transactional refactoring MCP with 11 evidence-backed tools, hash-bound previews, and rollback.

47 installs/wk local only
Weavatrix Git
by sergii-ziborov

Fast, bounded, read-only Git evidence for local AI coding agents.

35 installs/wk local only
Charles Local MCP
by eason0in

Guarded local Charles Proxy automation and bounded XML session evidence

local only
Runvouch
by runvouch

Watchdog for unattended AI agents: alerts, evidence checks and a verifiable proof per run.

7 tools answering

Continuity Evidence — questions

Answers built from our own checks of this server.

Why is there no uptime for Continuity Evidence?
Continuity Evidence 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.
How do I connect Continuity Evidence?
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 straight from npm; nothing to host, nothing to sign up for.
Is Continuity Evidence 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.