Servers
Graph Memory RAG MCP Server
@lecharles
A Model Context Protocol (MCP) server implementation for graph-based memory storage with RAG capabilities
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"graph-memory-rag-mcp-server": {
"command": "node",
"args": [
"app.js"
]
}
}
}