diff --git a/mcp-configs/mcp-servers.json b/mcp-configs/mcp-servers.json index f71fc7d2..74123734 100644 --- a/mcp-configs/mcp-servers.json +++ b/mcp-configs/mcp-servers.json @@ -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"],