
Looking for contributors: Mnemo - persistent memory for AI coding agents
I’ve been building Mnemo as a side project — it gives AI coding agents persistent memory so they stop forgetting everything between sessions. No cloud, no API keys, fully local.
The problem it solves:
Every new chat session, your AI agent has zero context. You re-explain your architecture, re-discover the same bugs, re-teach the same conventions. Mnemo fixes this by silently capturing decisions as they happen, building a knowledge graph of your codebase, and injecting the right context when the next session starts.
Where it’s at today:
Published on PyPI, npm, Homebrew, and VS Code Marketplace
222 tests, 58 tools, supports Cursor, Claude Code, Kiro, Amazon Q, Copilot
Semantic search in 2ms, knowledge graph across 14 languages, natural memory decay
Works with any MCP-compatible agent
Why I need help:
I built this solo alongside a full-time job, so I can’t give Mnemo all the time it deserves. The core works well and is stable, but I’ve mostly tested it against my own workflows and projects. What I really need is more people running it in different environments — different languages, different AI clients, different project sizes — to validate that it holds up broadly. I want confidence that it’s built not just that it works for me.
What I’m looking for:
Testers — try it on your projects, report what feels off, what breaks, what’s confusing
Code reviewers — look at the architecture, the search logic, the graph model — tell me what you’d do differently
Python contributors — core engine, search ranking, graph algorithms
TypeScript — dashboard UI, VS Code extension improvements
Docs & DX — making it easier for new users to get started
Ideas — if you use AI coding agents daily, your perspective shapes what gets built next
No massive time commitment needed. Even trying it once and sharing your experience helps.
Stack: Python • Kuzu (graph DB) • ONNX Runtime • tree-sitter • NetworkX • PyInstaller
Links:
GitHub: https://github.com/Mnemo-mcp/Mnemo
License: AGPL-3.0
Drop a comment, open an issue, or just star the repo if it’s interesting to you. Happy to onboard anyone who wants to dig in.