io.github.Indhar01/memograph
MCPby Indhar01 · v0.4.0
Graph-based memory system for LLMs with knowledge graphs and semantic search.
MCP configuration
Command
Environment
MEMOGRAPH_VAULTrequiredPath to your MemoGraph vault directory (created if missing).
MEMOGRAPH_READONLYSet to 'true' to block destructive MCP tools (delete_memory, update_memory, bulk_create, batch_delete, batch_update). Recommended for shared or untrusted clients.
MEMOGRAPH_PROVIDEROptional LLM provider for query_with_context tool. Only needed if you want AI-generated answers.
MEMOGRAPH_MODELOptional LLM model name (e.g. 'claude-sonnet-4-6'). Used together with MEMOGRAPH_PROVIDER.
ANTHROPIC_API_KEYsecretAPI key for Anthropic Claude. Required when MEMOGRAPH_PROVIDER=claude or when using the [anthropic] extra.
OPENAI_API_KEYsecretAPI key for OpenAI. Required when using the [openai] extra (embeddings or LLM).
OLLAMA_HOSTBase URL for a local Ollama server (default http://localhost:11434). Only needed when MEMOGRAPH_PROVIDER=ollama or the [ollama] extra is installed.
Install in one click with Zurek
Browse here, install from the native macOS app — pick targets, fill env vars, and write configs safely.