claimbase
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@claimbaseis auto-promote still the promotion path?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
claimbase
Notes are a build artifact, not a source of truth.
A compiled knowledge substrate. The source of truth is an append-only capture log; a background compiler extracts atomic claims, tracks supersession, and emits a bitemporal claim graph that agents query over MCP. Nobody gardens.
The design is in DESIGN.md. What follows is what is actually built, and what the measurements say — including where they say it does not work.
Status: Phase 0, and honest about it
Compiled over the guru, guru-web and rellm repos — 3,287 events, 11,667 claims, 14,360 edges, from six adapters.
Against two baselines on nine gold questions:
ripgrep | chunk-RAG | claims | |
nDCG@10 | 0.229 | 0.500 | 0.679 |
mislead-rate | 0.500 | 0.333 | 0.000 |
mislead-rate is the fraction of questions where a superseded record outranks
every correct one. It is the number this project exists to move; nDCG mostly measures
whether the thing was findable at all.
These rest on nine questions and ranking weights adjusted against them. That is fitting to noise as much as to signal. The two claims that survive scrutiny are categorical rather than marginal: the mislead-rate does not depend on weight magnitudes, and some answers are unreachable by search at any quality — see below.
An answer-level bench (same model, same turn budget, recall versus ripgrep + file
reads, blind judging) ran three times: claimbase 3/4/3 correct, ripgrep 1/1/1. The
gap is robust; differences between successive ranking versions are not measurable at
that sample size, which is why tuning stopped.
Related MCP server: AutoWiki Agent
What it does that search cannot
Knows what stopped being true. A practice ends, eight documents go on describing it, and similarity gives the crowd the win. Ranking accounts for provenance, currency and whether a claim superseded others, so one correct claim can outrank eight stale ones — it wins with a lower cosine than the documents it beats.
Answers what was never written down. The sharpest failure in a real corpus is
not contradiction, it is silence: a practice abandoned with no record of the
abandonment. No compiler recovers that. assert captures it, and the answer becomes
reachable — in testing, ripgrep replied "the evidence does not contain any
information regarding..." to a question claimbase answered correctly.
Reads tables. A benchmark report is numbers, which carry almost no semantic signal; both baselines score 0.000 on metric questions. Compiled to claims, they become retrievable.
Design notes worth the detour
The adapter seam — six adapters were written and
core/was never touched. An abstraction with one implementation is not one.Trust tiers — adapters declare who authored a claim; core enforces what that permits. Agent-written prose cannot become a
fact. Claims that outrun their trust are demoted rather than dropped, keeping the evidence and withholding the authority.capability vs practice — a tool that still works but is no longer used has not been falsified. Conflating the two cost the same test score three times through three different rules before the label at the source was found to be wrong.
findings.md — the running log, including every measurement that came out badly and several instruments that turned out to measure nothing.
Running it
docker compose up -d # postgres + pgvector on 5433
docker compose exec -T db psql -U claimbase -d claimbase -f /migrations/001_init.sql
python -m claimbase import # compile a corpus
python -m claimbase embed # vectors (needs ollama)
python -m claimbase supersede && python -m claimbase resolve
python -m claimbase recall "is auto-promote still the promotion path?"Extraction needs a local model server; everything else needs Postgres and Ollama.
Corpora are declared in corpora/*.toml — named, and never derived from
the working directory.
For agent access see MCP.md. Read-only by default; writes are opt-in, because a false claim written to the graph misleads every later session.
Licence
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityAmaintenanceDeterministic decision engine with DAG-based receipts. Build entity graphs, query with MCP, get auditable proof.16Apache 2.0- Alicense-qualityCmaintenanceAn MCP server that compiles any text into a verifiable, graph-based knowledge base using deterministic chunking and parallel extraction of epistemology primitives.MIT
- Alicense-qualityBmaintenanceA local MCP server that provides a sovereign memory substrate for LLMs, enabling capture, recall, explanation, and anticipation of conversation turns with bi-temporal events and a strict read-only query surface.Apache 2.0
- Alicense-qualityCmaintenanceA local-first compiled knowledge graph MCP server that provides structured memory for AI agents with full-text search, vector embeddings, and timeline tracking.4658MIT
Related MCP Connectors
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Read-only Remote MCP for externally grounded AI agent trust receipts.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/4-R-C-4-N-4/claimbase'
If you have feedback or need assistance with the MCP directory API, please join our Discord server