omega-memory/omega-memory
Persistent memory for AI coding agents with semantic search, auto-capture, cross-session learning, and intelligent forgetting. 12 MCP tools, local-first.
Quick Start
Clone the repository:
git clone https://github.com/omega-memory/omega-memoryClaude Desktop configuration example:
{
"mcpServers": {
"omega-memory": {
"command": "npx",
"args": [
"-y",
"omega-memory/omega-memory"
]
}
}
}Check the repository README for specific installation and configuration instructions.