Omega
Maintain persistent project context by storing decisions, lessons, and task checkpoints for seamless session transitions. Navigate information through semantic search and relationship graphs to uncover related knowledge clusters. Automate memory consolidation and cleanup to keep your workspace organized and relevant.
https://omega-memory--omegamemory.run.tools
How to connect
-
Smithery (hosted)
1. Open https://smithery.ai/servers/omegamemory/omega-memory 2. Click Connect and complete OAuth in your MCP client (Claude, Cursor, VS Code, etc.) 3. MCP endpoint: https://omega-memory--omegamemory.run.tools
Tools (26)
-
omega_storeStore a memory with optional type and metadata. Use when the user says 'remember this' or for programmatic capture (decisions, lessons, errors). Defaults to type 'memory' if event_type is omitted.
-
omega_querySearch memories — semantic (default) or exact phrase match. Use mode='phrase' for literal substring search (error messages, specific strings).
-
omega_welcomeGet a session welcome briefing with recent relevant memories and user profile.
-
omega_profileRead or update the user profile. Returns the profile by default. If 'update' dict is provided, merges those fields into the profile and saves.
-
omega_delete_memoryDelete a specific memory by its ID.
-
omega_edit_memoryEdit the content of a specific memory.
-
omega_list_preferencesList all stored user preferences.
-
omega_healthDetailed health check with memory usage, node counts, cache stats, warnings, and recommendations.
-
omega_backupExport or import memories for backup/restore. Default mode is export.
-
omega_lessonsRetrieve cross-session or cross-project lessons learned, ranked by verification count and access frequency.
-
omega_feedbackRecord feedback on a surfaced memory (helpful, unhelpful, outdated). Improves future surfacing quality.
-
omega_clear_sessionClear all memories for a specific session. Use for cleanup after test sessions.
-
omega_similarFind memories similar to a given memory. Use for discovering related context.
-
omega_timelineShow memory timeline grouped by day. Use to see what was captured recently.
-
omega_consolidateRun memory consolidation: prune stale low-value memories, cap session summaries, clean orphaned edges. Returns a report.
-
omega_traverseTraverse the memory relationship graph from a starting memory. Shows all connected memories within N hops, useful for understanding context chains and discovering related knowledge clusters.
-
omega_compactCompact related memories into consolidated knowledge nodes. Finds clusters of similar memories (same event type, high overlap) and creates summary nodes, marking originals as superseded. Reduces noise while preserving knowledge.
-
omega_checkpointSave a task checkpoint — captures current plan, progress, files touched, decisions, and key context. Use when: (1) context window is getting full, (2) completing a major milestone, (3) before starting a new session for an ongoing task. Checkpoints enable seamless session continuity.
-
omega_resume_taskResume a previously checkpointed task. Retrieves the latest checkpoint with full plan, progress, files, decisions, and next steps. Use at the start of a new session to continue where you left off.
-
omega_remindSet a time-based reminder. OMEGA will surface it when the time arrives (at session start or during active sessions). Use for 'remind me in 1 hour to...' requests.
-
omega_remind_listList active reminders with their status and due times.
-
omega_remind_dismissDismiss a reminder by its ID. Use after acknowledging a reminder.
-
omega_type_statsGet memory counts grouped by event type. Shows the composition of the memory store (how many decisions, lessons, errors, etc.).
-
omega_session_statsGet memory counts grouped by session. Shows which sessions have contributed the most memories (top 20).
-
omega_weekly_digestGet a weekly knowledge digest with stats, trends, and highlights. Shows new memories, session count, growth trends, type breakdown, and top topics.
-
omega_protocolGet your coordination playbook — dynamically assembled operating instructions. Call at session start (step 2 after omega_welcome) or when you need protocol guidance. Returns context-sensitive rules based on project, peer activity, and learned lessons.