feat: add omega-memory MCP server to mcp-configs

Adds omega-memory — persistent agent memory with semantic search,
multi-agent coordination, and knowledge graphs. Available on PyPI
as `omega-memory` (pip install omega-memory).

https://github.com/omega-memory/omega-memory

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Sosa
2026-03-24 13:42:41 +08:00
committed by Affaan Mustafa
parent ded5d826a4
commit 0f065af311

View File

@@ -26,6 +26,11 @@
"args": ["-y", "@modelcontextprotocol/server-memory"],
"description": "Persistent memory across sessions"
},
"omega-memory": {
"command": "uvx",
"args": ["omega-memory", "serve"],
"description": "Persistent agent memory with semantic search, multi-agent coordination, and knowledge graphs — pip install omega-memory"
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"],