memograph
Graph-based memory system for LLMs with knowledge graphs and semantic search.
Package Details
memograph
Runtime Arguments
Named
memographInstall the memograph package and expose its console scripts.Package Arguments
Positional
memograph-mcpConsole script that starts the MemoGraph MCP server (registered by pyproject.toml [project.scripts]).Environment Variables
Path to your MemoGraph vault directory (created if missing).
falseSet to 'true' to block destructive MCP tools (delete_memory, update_memory, bulk_create, batch_delete, batch_update). Recommended for shared or untrusted clients.
Optional LLM provider for query_with_context tool. Only needed if you want AI-generated answers.
Optional LLM model name (e.g. 'claude-sonnet-4-6'). Used together with MEMOGRAPH_PROVIDER.
API key for Anthropic Claude. Required when MEMOGRAPH_PROVIDER=claude or when using the [anthropic] extra.
API key for OpenAI. Required when using the [openai] extra (embeddings or LLM).
http://localhost:11434Base URL for a local Ollama server (default http://localhost:11434). Only needed when MEMOGRAPH_PROVIDER=ollama or the [ollama] extra is installed.