MCP Catalogs
Home

omega-memory

by omega-memory·138·Score 48

Cross-model memory system for AI agents that persists across sessions with MCP server support.

ai-llmdeveloper-toolsknowledge-graph
22
Forks
1
Open issues
this month
Last commit
2d ago
Indexed

Overview

OMEGA provides persistent memory for AI coding agents that works locally-first without cloud dependencies. It stores decisions, preferences, and architectural choices across sessions, eliminating context loss and repeated mistakes. The system runs entirely on the user's machine using SQLite storage with ONNX embeddings, avoiding vendor lock-in and data privacy concerns. As an MCP server, it integrates seamlessly with Claude, GPT, Gemini, Cursor, Claw Code, and any MCP client.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Persistent memory for AI coding assistants across development sessions
you:Multi-agent coordination with file/branch locking and task management
you:Personal knowledge base with semantic search and document ingestion
you:What makes OMEGA different from Anthropic's Memory Tool?
you:Can I use OMEGA without running it as an MCP server?

When to choose this

Choose OMEGA when you need persistent memory for AI coding assistants across sessions and want to avoid cloud dependencies or vendor lock-in.

When NOT to choose this

Don't choose OMEGA if you need cloud-based memory synchronization across devices or require extensive multi-agent coordination features (only available in the paid pro version).

Tools this server exposes

12 tools extracted from the README
  • omega_store

    Store typed memory (decision, lesson, error, summary)

  • omega_query

    Semantic search with tag filters and contextual re-ranking

  • omega_welcome

    Session briefing with recent memories and profile

  • omega_profile

    Read or update user profile

  • omega_delete_memory

    Delete a specific memory by ID

  • omega_edit_memory

    Edit the content of a memory

  • omega_lessons

    Cross-session lessons ranked by access count

  • omega_timeline

    Memories grouped by day

  • omega_compact

    Cluster and summarize related memories

  • omega_checkpoint

    Save task state for cross-session continuity

  • omega_resume_task

    Resume a previously checkpointed task

  • omega_remind

    Set a time-based reminder

Comparable tools

mem0anthropic-memoryxain

Installation

Installation

pip install omega-memory[server]    # Full install (memory + MCP server)
omega setup                         # Downloads model, registers MCP, installs hooks
omega doctor                        # Verify everything works

Claude Desktop

pip install omega-memory[server]
omega setup --client claude-desktop

This registers OMEGA as an MCP server in Claude Desktop's config. Restart Claude Desktop to activate.

FAQ

What makes OMEGA different from Anthropic's Memory Tool?
OMEGA works with any LLM/agent (not just Claude), stores data entirely locally without requiring API calls, and includes advanced features like semantic search and multi-agent coordination.
Can I use OMEGA without running it as an MCP server?
Yes, you can install it as a Python library only with `pip install omega-memory` or use hooks-only mode with `omega setup --hooks-only` to save resources.

Compare omega-memory with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.