Persistent semantic memory for AI agents with tools to remember, recall, context, forget, and share across sessions and scopes.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We ran the install command below but it didn't respond within our test window ā this can mean a slow first-time install rather than a real problem.
npx -y central-intelligence-localNo response to initialize.
This is an experimental automated check and can have false negatives ā missing environment variables, a slow cold install, etc. It doesnāt necessarily mean somethingās wrong. Last checked 1mo ago.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by 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.
CI never rewrites your memories. Facts are extracted for search, but your content is always returned verbatim. No junk memories, no hallucinated rewrites, no data loss.
Or run locally with no cloud:
Heuristic: If you would write it in a note to your future self, store it in Central Intelligence.
| Scenario | What to do |
|---|---|
| Starting a new session, need context from before | recall or context |
| Discovered something important (architecture, preferences, fixes) | remember |
| Multiple agents working on the same project | share with user/org scope |
| You keep re-learning the same things each session | remember once, recall forever |
| Handing off a task to another agent or session | remember key decisions, next agent calls context |
| User tells you the same preferences repeatedly | remember them, check with recall next time |
Don't store: secrets, passwords, API keys, PII, large binary files, or ephemeral scratch data.
Every AI agent session starts from zero. Your agent learns your preferences, understands your codebase, figures out your architecture ā then the session ends and it forgets everything. Next session? Same questions. Same mistakes. Same context-building from scratch.
Central Intelligence fixes this.
Five MCP tools give your agent a long-term memory:
| Tool | Description | Example |
|---|---|---|
remember | Store information for later | "User prefers TypeScript and deploys to Fly.io" |
recall | Semantic search across past memories | "What does the user prefer?" |
context | Auto-load relevant memories for the current task | "Working on the auth system refactor" |
forget | Delete outdated or incorrect memories | forget("memory_abc123") |
share | Make memories available to other agents | scope: "agent" ā "org" |
CI scores 52.2% on LifeBench, the hardest published memory benchmark (2,003 questions across 10 users, 51K real-world events including messages, calendar, health records, notes, and calls).
| Overall | Info Extraction | Multi-hop | Temporal | Nondeclarative |
|---|---|---|---|---|
| 52.2% | 47.2% | 52.9% | 46.4% | 64.1% |
Answer model: gpt-5.4-mini. Judge: gpt-4.1-mini. Evaluation harness: lifebench-eval.
CI scores 75.0% on LongMemEval, testing conversational memory across 500 questions spanning single-session recall, multi-session reasoning, temporal reasoning, knowledge updates, and preference tracking.
| Overall | Single-session | Multi-session | Temporal | Preference |
|---|---|---|---|---|
| 75.0% | 91.9% | 66.2% | 69.9% | 76.7% |
Answer model: gpt-5.4-mini. Judge: gpt-4o. Evaluation harness: lifebench-eval.
Test CI against other providers using the open-source Agent Memory Benchmark:
Note: AMB is maintained by the same author as Central Intelligence. Run it yourself and verify the results. PRs with new provider adapters are welcome.
Advanced retrieval ā fact extraction, entity graph, multi-hop reasoning, temporal inference, explainability traces ā is prototyped in the codebase and coming to Enterprise. Architecture details: v1.0.0 prototype release. Commercial availability: pricing.
CI Local reads config files from 5 AI coding platforms and makes them searchable alongside your stored memories:
| Platform | Config file | How it's parsed |
|---|---|---|
| Claude Code | CLAUDE.md | Section-based (## headings) |
| Cursor | .cursor/rules | Paragraph-based |
| Windsurf | .windsurf/rules | Paragraph-based |
| Codex | codex.md | Section-based |
| GitHub Copilot | .github/copilot-instructions.md | Section-based |
Memories stored via Claude Code are discoverable when using Cursor, and vice versa. Your AI memory works everywhere, not just in one tool.
Recall responses now include source (which tool the memory came from), freshness_score (how recent), and duplicate_group (near-duplicate detection across tools).
Every memory is decomposed into structured facts with entities, temporal info, and causal relations. Recall runs a dual-path architecture: both fact-based 4-way search (vector, BM25, graph traversal, temporal) and memory-based 2-way search run in parallel. A query type classifier routes each question to the best retrieval path, and results are fused with Reciprocal Rank Fusion and reranked with a local cross-encoder model. Config files from all supported platforms are parsed, embedded, and cached locally.
| Scope | Visible to | Use case |
|---|---|---|
agent | Only the agent that stored it | Personal context, session continuity |
user | All agents serving the same user | User preferences, cross-tool context |
org | All agents in the organization | Shared knowledge, team decisions |
Add to ~/.claude/settings.json under mcpServers:
Add to ~/.cursor/mcp.json:
The MCP server is published as central-intelligence-mcp on npm. Point your MCP client to it with the CI_API_KEY environment variable set.
Base URL: https://central-intelligence-api.fly.dev
All endpoints require Authorization: Bearer <api-key> header.
Response:
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/alekseimarchenko-central-intelligence)<a href="https://allmcps.com/mcp/alekseimarchenko-central-intelligence"><img src="https://allmcps.com/api/badge/alekseimarchenko-central-intelligence?style=directory" alt="Central Intelligence on AllMCPs" /></a>