> MEMORY FOR YOUR AI CODING AGENT_
Never re-explain your project again.
Claude Code forgets everything between sessions. You explain your architecture, your patterns, what worked, what failed—and next session, it's gone.
MemoryGraph fixes that.
Store solutions, patterns, decisions, and learnings that survive across sessions. Never lose context to compaction again.
> "Remember: the auth bug was caused by token expiry"
> "Remember: we use repository pattern for data access"
> "Remember: pytest fixtures go in conftest.py"
Not just notes—connected knowledge. MemoryGraph tracks relationships between problems, solutions, and patterns.
Ask "what solved the timeout?" and get the actual solution, not just text that mentions "timeout" somewhere.
Works in 30 seconds. SQLite by default—no database to set up, no cloud account to create, no API keys to manage.
$ pipx install memorygraphMCP
$ claude mcp add memorygraph -- memorygraph
# That's it. You're done.
Your data stays on your machine. Works offline. Privacy by default.
Organize memories by project. Switch contexts cleanly. What you learned on Project A doesn't pollute Project B.
Add this to your CLAUDE.md for automatic memory storage:
Just talk naturally. Tell Claude what to remember.
Ask about past solutions. Claude searches your memory.
Knowledge compounds. Claude gets smarter about YOUR project.
Your AI assistant evolves from "helpful stranger" to "team member who's been on the project for months."
CLAUDE.md is great for static instructions:
"Use pytest for testing. Follow PEP 8."
MemoryGraph is for dynamic learnings:
"The caching bug was fixed by clearing Redis on deploy."
"The auth tokens expire after 1 hour, not 24."
"Don't use that library—it broke production last month."
Use both. They complement each other.
basic-memory is excellent general-purpose PKM.
Markdown files, Obsidian integration, cloud sync.
MemoryGraph is purpose-built for coding workflows:
Anthropic's memory is convenient—zero setup.
MemoryGraph gives you:
Your knowledge. Your machine. Your control.
The cost of no memory:
Time spent re-explaining = time not shipping.
MemoryGraph installs in 30 seconds.
How much time will you save this week?
{
"mcpServers": {
"memorygraph": {
"command": "memorygraph"
}
}
}
{
"mcpServers": {
"memorygraph": {
"command": "memorygraph",
"args": ["--profile", "extended"]
}
}
}
Stop re-explaining. Start shipping.