Mmcp.market

Coalent MCP server

by nisarg-pujara-vectorlink·io.github.nisarg-pujara-vectorlink/coalent·v0.7.0

Fresh, attributed facts from your sources — cached, and invalidated the moment a source changes.

B72/100grade B
What users say
No reviews yet
Be the first
Safety scan
B72/100

full report

Adoption
Growing

12 stars254 downloads/wk

Reviews

Write one

Nobody has reviewed Coalent yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Coalent tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it

1 medium
  • Code scan30 source files scanned20/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 qualitystatic API keys via environment variables6/15
  • Maintenancelast push 3 days ago15/15
  • Maintainer identitynamespace and repository owner differ; GitHub account older than a year6/10

Findings (1)

  • mediumeval / new Function usedexec.eval
    coalent-0.7.0/src/coalent/semantic/cache.py: … is # meant to be swept on the eval (M0) to the fewest-misses point — see get…
Overall 72/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Coalent repository's README, as published. We do not edit it. Read it on GitHub

Real-time, provenance-invalidated context for AI agents & RAG. Build understanding once. Reuse it everywhere. Keep it fresh — automatically.

📖 Documentation  ·  coalent.ai  ·  💬 Discord

Quickstart · What's new in v0.7 · Gate ladder · Bring your own stack · MCP · LangChain · Benchmark · CLI

Your agent re-reads the same sources on every call — and the moment a source changes, every cached answer is silently wrong.

Coalent builds the understanding once, caches it by what the query means, and invalidates it surgically the instant an underlying source changes. As correct as re-reading everything, at a fraction of the cost — and never stale.

Why Coalent

Every context layer is forced to trade off three things. Coalent is built to hold all three at once:

  • 🧠 Extractive understanding, not chunks. It caches a query-independent set of atomic, source-grounded claims your LLM extracted — keeping every number and fact — so one cached unit answers many different later questions. The raw evidence is retained with each unit, so a hit that under-covers a query falls back to retrieval instead of answering thin.
  • ♻️ Reuse across queries, agents — and documents. A semantic cache keyed by query meaning: ask again, or from another agent, and it's a warm hit. Cross-unit recall pools claims across units to answer multi-hop questions whose evidence spans documents — at zero extra LLM calls.
  • 🌿 Fresh by provenance. Every unit remembers the exact sources it used. When one changes, only the units that actually used it go stale — precisely, automatically, and lazily.

Coalent sits above retrieval — bring any retriever (vector DB, hybrid search, GraphRAG, tools, APIs). It's the freshness-and-reuse layer, not another retriever — deliberately the opposite of GraphRAG's build-the-whole-graph-upfront tax: lightweight, independent units, built lazily only when a query actually needs one, and refreshed by dirtying a single unit (no graph surgery).

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add coalent -- uvx coalent
Add to Cursor

Coalent: common questions

Is Coalent MCP server safe?
Mostly: it is graded B (72/100). Read the Coalent safety report
How do I install Coalent?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Coalent need an API key?
Yes. The registry entry asks for OPENAI_API_KEY, COALENT_MCP_TOKEN.
Is Coalent maintained?
The last commit was 4 days ago (2026-09-17). The latest release is v0.7.0.
What can I use instead of Coalent?
Servers from other publishers that do the same job: Knowl MCP server.

Alternatives to Coalent

Same job from other publishers: the closest match first, then the best rated.

  • Knowl
    Persistent memory for Claude Code, Cursor and Codex. Facts retire when they change.
    A

More from nisarg-pujara-vectorlink