Coalent MCP Server

Real-time, provenance-invalidated context for AI agents & RAG. Build understanding once. Reuse it everywhere. Keep it fresh - automatically. It runs locally over stdio via the published package.

People connecting AI & ML tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 11 · #38 OF 95 MAINTAINED AI & ML · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Coalent

before you install - you'll need

Set COALENT_MCP_TOKEN, OPENAI_API_KEY before connecting.

Claude Code

claude mcp add vectorlink-labs-coalent -- uvx coalent

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "vectorlink-labs-coalent": {
      "command": "uvx",
      "args": [
        "coalent"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package coalent - check the name against the project README before installing (PyPI has no namespace ownership)

registry registry publisher io.github.nisarg-pujara-vectorlink is not the repo owner (vectorlink-labs) - the registry entry was published by someone else

03 · What Coalent can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.6.1 · 2026-08-05

Coalent now mounts directly into Claude Code, Cursor, and any MCP client - and wraps any LangChain vectorstore. The library itself is unchanged: 0.6.1 is additive on top of 0.6.0. · > Installing today gets you 0.6.2…

v0.6.0 · 2026-08-03

The claim-pool-first read path ships, opt-in, with a default-OFF behavioral stack. A v0.5 user who upgrades and touches nothing gets v0.5 behavior - the default path is byte-stable, modulo the bugfix below. · bash…

v0.2.0 · 2026-07-09

First public release - a real-time, provenance-invalidated cognitive cache for AI · agents and RAG. Framework-neutral, pluggable, and fully typed. · Added · SemanticCache - a get(query) read path: an embedding-keyed…

04 · Who maintains Coalent

Coalent is maintained by vectorlink-labs. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
AI & ML - ranked #38 of 95 actively-maintained AI & ML servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-05)
registry
io.github.nisarg-pujara-vectorlink/coalent (active, first published 2026-08-05)
packages
pypi:coalent

06 · Coalent FAQ

What is Coalent?

Real-time, provenance-invalidated context for AI agents & RAG. Build understanding once. Reuse it everywhere. Keep it fresh - automatically. It runs locally over stdio via the published package.

Is Coalent still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Coalent?

Run `uvx coalent`. The README documents 2 environment variables (COALENT_MCP_TOKEN, OPENAI_API_KEY) to set first. Set COALENT_MCP_TOKEN, OPENAI_API_KEY before connecting. You can also paste the ready-made client config above.

Does Coalent run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Coalent

More AI & ML MCP servers · Veriswarm MCP · Oraclaw · Ato MCP · Visual Torch

More Python MCP servers · PDF Card MCP · Openroute MCP · Veracium · Inkwell · see all