Central Intelligence MCP Server

Agents forget. CI remembers. Persistent memory for AI agents. Store, recall, and share information across sessions. Works with Claude Code, Cursor, LangChain, CrewAI, and any agent that supports MCP. It runs locally over stdio via the published package.

People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-08 · ★ 3 · #203 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

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

01 · Install Central Intelligence

before you install - you'll need

Set CI_API_KEY, CI_API_URL before connecting.

Claude Code

claude mcp add alekseimarchenko-central-intelligence -- npx -y central-intelligence-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "alekseimarchenko-central-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "central-intelligence-mcp"
      ]
    }
  }
}

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

npm package central-intelligence-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.AlekseiMarchenko is GitHub-verified and matches the repo owner

03 · What Central Intelligence can do

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

Latest releases

v1.2.2 · 2026-04-20

New benchmark results and documentation parity. Central Intelligence's v2 hybrid retrieval pipeline (pgvector HNSW + BM25 + RRF fusion + bge-reranker-v2-m3 cross-encoder) scores among the top results published on both…

v1.2.1 · 2026-04-11

External code review found 8 regressions introduced by the 14 rapid-fire commits that tried to fix benchmark extraction stalls. All 8 are now fixed. · Fixed (Critical) · /extract endpoint now loops through ALL batches…

v1.2.0 · 2026-04-09

Benchmark runs no longer touch production. A dedicated Fly VM runs LifeBench with its own ephemeral Postgres. pgvector now survives Fly Postgres restarts. Infra costs dropped 58%. · Fixed · pgvector survives restarts…

04 · Who maintains Central Intelligence

central-intelligence is maintained by alekseimarchenko. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
memory - ranked #203 of 259 actively-maintained memory servers as of 2026-08-25.
registry
io.github.AlekseiMarchenko/central-intelligence (active, first published 2026-03-23 · 2 versions)
packages
npm:central-intelligence-mcp

06 · Central Intelligence FAQ

What is Central Intelligence?

Agents forget. CI remembers. Persistent memory for AI agents. Store, recall, and share information across sessions. Works with Claude Code, Cursor, LangChain, CrewAI, and any agent that supports MCP. It runs locally over stdio via the published package.

Is Central Intelligence still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-08. We re-verify nightly.

How do I install Central Intelligence?

Run `npx -y central-intelligence-mcp`. The README documents 2 environment variables (CI_API_KEY, CI_API_URL) to set first. Set CI_API_KEY, CI_API_URL before connecting. You can also paste the ready-made client config above.

Does Central Intelligence run locally?

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

07 · Alternatives to Central Intelligence

Pairs well with

Servers that cover what Central Intelligence doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58

More memory MCP servers · Context Server · Contextforge MCP · Mengram · AI Memory · Zikkaron

More TypeScript MCP servers · Scala Score · The Game Crafter · Uisandbox · Makers Page MCP · Linkedctl · see all