Back to MCP Servers

Omega Memory

Persistent memory for AI coding agents with semantic search, auto-capture, cross-session learning, and intelligent forgetting. 12 MCP tools, local-first.

knowledge-memoryaiagent

Installation

npx -y omega-memory

Configuration

{
  "mcpServers": {
    "omega-memory": {
      "command": "npx",
      "args": ["-y", "omega-memory"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub