Odel
MemoGraph

MemoGraph

Local
@indhar014PythonMITUpdated 3w ago

Graph-based memory system for LLMs with knowledge graphs and semantic search.

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImemographv0.4.0

Run

uvx memograph

MCP client config

{
  "mcpServers": {
    "memograph": {
      "command": "uvx",
      "args": [
        "memograph"
      ]
    }
  }
}