mcpbeat Sign in

Claims MCP Server

by dgonzap30 Your server? Claim it
local only

Claims MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 193 installs a week from npm. Last commit 20 Sep 2026.

A claims memory for agents: assert beliefs, let them decay, surface contradictions.

Installs per day peak 193 · avg 6
a month agotoday
193
Installs / week
npm · claims-mcp
0
Stars
0 open issues
20 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Claims MCP

same job, measured the same way
OMEM
by troybrandonc-bit

Memory for AI agents that tracks beliefs over time and surfaces contradictions

4 995 installs/wk local only
Haki
by gethaki

Long-term memory for AI agents: bitemporal fact ledger, contradiction detection, explainability.

5 tools answering
Yantrikdb MCP
by yantrikos

Cognitive memory for AI agents — semantic recall, knowledge graph, and contradiction detection

1 446 installs/wk local only
Tirith
by eabz

Coordination server for parallel coding agents: claims, contracts, notices, and memory notes.

local only
Memra
by usememra

Persistent memory for AI agents. EU-hosted, privacy-first, hybrid recall, contradiction detection.

7 tools answering
VerifiedState Memory
by verifiedstate

Verified memory for AI agents. Signed assertions, billing attestation, session continuity.

answering
Todox
by beydemirfurkan

Memory for coding agents: the decisions, the dead ends, and where the last session stopped.

answering
BanditDB
by banditdb

Persistent decision memory for agents — learns which action works in which context

204 installs/wk local only

Claims MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Claims MCP?
Claims MCP 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 claims-mcp was installed 193 times last week.
How do I connect Claims MCP?
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 claims-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Claims MCP?
The npm package claims-mcp was installed 193 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Claims MCP open source?
Yes — it is published under the MIT licence, written in TypeScript 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.