Claims MCP server
A claims memory for agents: assert beliefs, let them decay, surface contradictions.
0 stars
Reviews
Write oneNobody has reviewed Claims yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Claims tools (6)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
claim_addAssert a claim about an entity (idempotent on entity+kind+claim). Re-asserting updates it.
claim_confirmMark a claim as re-confirmed now (resets decay, reactivates it). Optionally set a new confidence.
claim_retractRetire a claim. It stays in the store but no longer takes part in decay or contradiction checks.
claim_searchFind claims whose text or entity contains the query (case-insensitive).
claims_contradictionsList conflicts among active claims (duplicate priority ranks, multiple status claims per entity). Optionally pass observed weekly ranks to also detect sustained rank drops.
claims_decayedActive claims whose confidence has decayed past a staleness threshold (0..1, default 0.5), stalest first.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan11 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
Runs npx -y claims-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add claims-mcp -- npx -y claims-mcp
Claims: common questions
- Is Claims MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Claims safety report
- How do I install Claims?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Claims need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Claims maintained?
- The last commit was in the last day (2026-09-20). The latest release is v0.1.0.