Skip to content

Commit 3343a7d

Browse files
authored
Merge pull request affaan-m#854 from singularityjason/feat/add-omega-memory-mcp
feat: add omega-memory MCP server
2 parents cbea2ac + 0fe5dfa commit 3343a7d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

mcp-configs/mcp-servers.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"args": ["-y", "@modelcontextprotocol/server-memory"],
2727
"description": "Persistent memory across sessions"
2828
},
29+
"omega-memory": {
30+
"command": "uvx",
31+
"args": ["omega-memory", "serve"],
32+
"description": "Persistent agent memory with semantic search, multi-agent coordination, and knowledge graphs — run via uvx (richer than the basic memory store)"
33+
},
2934
"sequential-thinking": {
3035
"command": "npx",
3136
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"],

0 commit comments

Comments
 (0)