AI long-term memory MCP server with importance scoring and confidence calibration
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The only MCP memory server with circuit breaker, SLO tracking, and BM25+FAISS hybrid search. AI agents forget everything between sessions. MindCore Memory gives them persistent, searchable, production-grade memory โ with 118/118 tests passing and full CI/CD.
โญ If this project helps your AI remember, a star means the world to us.
| Feature | MindCore Memory | Mem0 | SynaBun | Letta (MemGPT) |
|---|---|---|---|---|
| Search | BM25 + FAISS Hybrid | FAISS only | sqlite-vec only | FAISS only |
| Circuit Breaker | โ 3-state | โ | โ | โ |
| Retry (exp. backoff) | โ | โ | โ | โ |
| SLO Tracking | โ P95/P99 | โ | โ | โ |
| Prometheus Metrics | โ
/metrics | โ | โ | โ |
| Encryption at Rest | โ Fernet | โ | โ | โ |
| Deduplication | โ Exact-match merge | โ ๏ธ Partial | โ | โ |
| IVF Index (500+) | โ Auto-switch | โ | โ | โ |
| Local-First | โ Zero deps | โ (cloud optional) | โ | โ (needs Docker) |
| CI/CD Pipeline | โ Auto โ PyPI + MCP | โ ๏ธ Manual | โ | โ |
| Tests | 118/118 (100%) | Unknown | Unknown | Unknown |
| License | MIT | Apache 2.0 | Apache 2.0 | Apache 2.0 |
MindCore is the only MCP memory server designed for production workloads from day one. Circuit breaker protects against embedding service failures. Retry with exponential backoff handles transient errors. SLO tracking alerts you before users notice. Metrics export for your monitoring stack. Every other server assumes nothing fails โ MindCore doesn't.
MindCore is not just a memory store โ it's a cognitive boundary engine. Every stored memory is automatically evaluated through a 4-dimensional scoring system based on the ๆญฃๅๅ ฌๅผ (Forward/Reverse Formula):
No other MCP memory server does this. BND transforms memory storage from a passive data dump into an active cognitive filter โ rejecting noise, flagging risk chains, and ensuring only structured, growth-oriented knowledge enters the version chain.
/metrics: Zero-dependency Prometheus-compatible collector. Drop-in for any monitoring stack.mindcore-memory[encrypt]).| Tool | Description | Key Parameters |
|---|---|---|
memory_store | Persist a memory (auto-BND evaluated) | content, importance (1-4), tags, confidence |
memory_recall | Search memories (BM25+FAISS hybrid) | query, tags, limit, session_id |
memory_context | Build LLM context window | query, max_tokens, session_id |
memory_update_confidence | Adjust memory confidence | memory_id, confidence |
memory_delete | Remove a memory | memory_id |
memory_stats | System statistics | (no args) |
| Tool | Description | Key Parameters |
|---|---|---|
bnd_check | 4D boundary evaluation (TRJ/EVO/COG/BALANCE + Anti-Chain) | content, importance, confidence, tags |
bnd_stats | BND manager stats: acceptance rate, scores, anti-chain triggers | (no args) |
deduce | Cognitive deduction: pattern extraction from high-quality memories | query, tags |
Search formula: score = BM25(40%) + FAISS(50%) + importance(5%) + recency(5%)
When FAISS embeddings are unavailable, automatically falls back to BM25-only keyword search.
| Platform | Status | Link |
|---|---|---|
| PyPI | Published v0.1.11 | mindcore-memory |
| MCP Registry | Registered | View |
| Glama | Listed | View |
| MCP Market | Listed | View |
| MCP.so | Listed | View |
| LobeHub | Listed | View |
| mcpservers.org | Listed | View |
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/mindcore-memory-mcp)<a href="https://allmcps.com/mcp/mindcore-memory-mcp"><img src="https://allmcps.com/api/badge/mindcore-memory-mcp?style=directory" alt="MindCore Memory MCP on AllMCPs" /></a>