Rag Memory
Freeby MCP Community
Advanced MCP server for RAG-enabled memory through a knowledge graph with vector search
v1.1.0Added Apr 12, 2026
Rag Memory MCP Server
Advanced MCP server for RAG-enabled memory through a knowledge graph with vector search
Installation
Reviews
Installation
Quick install
npx -y rag-memory-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"rag-memory": {
"command": "npx",
"args": ["-y", "rag-memory-mcp"]
}
}
}