Install
# Install with all features
pip install memograph[all]
# Or install specific providers
pip install memograph[openai]
pip install memograph[anthropic]
pip install memograph[ollama]
Initialize
from memograph import MemoryKernel
kernel = MemoryKernel("~/vault")
kernel.ingest()
Use It
# Start interactive chat
memograph --vault ~/vault ask --chat
# Or use MCP with Cline/Claude
# Add to ~/.cline/mcp_settings.json