ReactiveMemory MCP Server gives AI assistants a persistent, queryable, locally-stored memory system backed by vector search, a temporal knowledge graph, and a vault-structured content store.
{
"mcpServers": {
"reactivememory-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
ReactiveMemory MCP Server gives AI assistants a persistent, queryable, locally-stored memory system backed by vector search, a temporal knowledge graph, and a vault-structured content store.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 0 days ago. 1 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for ReactiveMemory.MCP.Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
ReactiveMemory MCP Server gives AI assistants a persistent, queryable, locally-stored memory system backed by vector search, a temporal knowledge graph, and a vault-structured content store. It is designed to be the durable external memory layer for agents, copilots, and AI workflows that need to remember, reason over, and navigate accumulated knowledge across sessions.
It is implemented in C# on net10.0 using ModelContextProtocol 1.2.0.
Click to install in your preferred environment:
Note:
CP.ReactiveMemory.Mcp.Server.Without persistent memory, every AI session starts from zero. ReactiveMemory solves this by giving agents a place to:
This server is intended for:
ReactiveMemory organises everything into a four-level hierarchy:
| Term | Meaning |
|---|---|
| Core | The root storage instance — all drawers, vector embeddings, and the knowledge graph live here |
| Sector | A top-level grouping, roughly equivalent to a domain or project area (e.g. auth, payments, ui_layer) |
| Vault | A subdivision within a sector that describes a content category (e.g. decisions, patterns, bugs) |
| Drawer | A single stored content record filed into a sector and vault, with a stable SHA-256-derived ID |
Relays are internal metadata annotations on drawers that describe the relay channel (e.g. relay_diary, relay_code). They are used for graph construction and traversal but