Add OMEGA Memory integration#176
Conversation
Adds integrations/omega-memory/ with: - README.md: setup guide, tool reference, usage examples - setup.sh: automated install (detects Python 3.11+, installs omega-memory) - memory-section-template.md: drop-in prompt section for any agent OMEGA is an open-source MCP memory server (Apache-2.0) that provides semantic search, typed memories, memory decay/consolidation, contradiction detection, and cross-session checkpoints for AI coding agents. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Thanks for a well-written PR — the code quality is high and OMEGA looks like a solid project. However, we already have That said, the existing mcp-memory integration is a bit of a placeholder — it describes the pattern but doesn't point users to anything concrete. There's a real gap there that OMEGA could fill. What we'd love instead: a PR that adds OMEGA as a recommended implementation within the existing
This keeps the integration layer vendor-neutral while giving OMEGA real representation, and leaves room for other MCP memory servers to be listed alongside it in the future. Happy to review a revised PR along these lines! |
Agent Information
Integration Name: OMEGA Memory
Category: integrations/omega-memory
Specialty: Persistent, semantically searchable memory for AI coding agents via MCP
Summary
integrations/omega-memory/with README, setup script, and a drop-in memory section template for any agentmcp-memoryintegration by offering a concrete, installable backend with richer capabilitiesWhat's Included
omega-memoryvia pip, checks for existing MCP client configsMotivation
The existing
mcp-memoryintegration is server-agnostic — it describes the pattern but doesn't provide an installable backend. OMEGA fills that gap with apip installand a single MCP config entry. Agents get semantic search, typed storage, checkpoints, and cross-session continuity out of the box.Testing
pip install omega-memoryand verified MCP server starts withpython3.11 -m omega.server.mcp_serverChecklist
mcp-memorylayout)