mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-05 16:53:29 +08:00
Merge pull request #854 from singularityjason/feat/add-omega-memory-mcp
feat: add omega-memory MCP server
This commit is contained in:
@@ -26,6 +26,11 @@
|
|||||||
"args": ["-y", "@modelcontextprotocol/server-memory"],
|
"args": ["-y", "@modelcontextprotocol/server-memory"],
|
||||||
"description": "Persistent memory across sessions"
|
"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 — run via uvx (richer than the basic memory store)"
|
||||||
|
},
|
||||||
"sequential-thinking": {
|
"sequential-thinking": {
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"],
|
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"],
|
||||||
|
|||||||
Reference in New Issue
Block a user