Get MemoryGraph running with your AI assistant in under 5 minutes.
Choose Your Platform
Select your AI assistant for specific setup instructions:
Claude Code CLI
Terminal-based Claude Code
RecommendedClaude Desktop
Anthropic's desktop app
Cursor
AI-powered code editor
VS Code + Copilot
GitHub Copilot in VS Code
Windsurf
Codeium's AI editor
Universal Quick Start
These steps work for most MCP-compatible assistants:
Step 1: Install MemoryGraph
# Install with pipx (recommended)
pipx install memorygraphMCP
# Or with pip
pip install memorygraphMCP Step 2: Verify Installation
# Check installation
memorygraph --version
# Run health check
memorygraph --health Step 3: Configure Your Assistant
Each AI assistant has its own MCP configuration method. See the platform-specific guides above for detailed instructions.
Step 4: Test Memory
Once configured, ask your AI assistant to:
# Store a test memory
"Store a memory that I'm testing MemoryGraph"
# Recall it
"What do you remember about testing?" Troubleshooting
If you run into issues, check the Troubleshooting Guide or run diagnostics:
# Check if memorygraph is in PATH
which memorygraph
# Run health check
memorygraph --health
# Show configuration
memorygraph --show-config