★ 1 stars
C#
🤖 AI/LLM
Updated 11d ago
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.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"reactivememory.mcp.s": {
"command": "npx",
"args": [
"-y",
"ChrisPulman/ReactiveMemory.MCP.Server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add reactivememory.mcp.s npx -y ChrisPulman/ReactiveMemory.MCP.Server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"reactivememory.mcp.s": {
"command": "npx",
"args": [
"-y",
"ChrisPulman/ReactiveMemory.MCP.Server"
]
}
}
}
📋 Copy
Topics
mcp mcp-server memory persistent-memory query