Loading MCP server directory, please wait...
Graph-based memory system for LLMs with knowledge graphs and semantic search.
npx @getmcp/cli add io.github.Indhar01/memographRequires Python 3.10+. Community-contributed server. Review source before installing.
MEMOGRAPH_VAULTPath to your MemoGraph vault directory (created if missing).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Indhar01/memograph": {
"command": "uvx",
"args": [
"memograph",
"memograph",
"memograph-mcp"
],
"env": {
"MEMOGRAPH_VAULT": "",
"MEMOGRAPH_READONLY": "false",
"MEMOGRAPH_PROVIDER": "",
"MEMOGRAPH_MODEL": "",
"ANTHROPIC_API_KEY": "",
"OPENAI_API_KEY": "",
"OLLAMA_HOST": "http://localhost:11434"
}
}
}
}