mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 23:12:30 +02:00
Merge pull request #854 from singularityjason/feat/add-omega-memory-mcp
feat: add omega-memory MCP server
This commit is contained in:
commit
cff28efb34
1 changed files with 5 additions and 0 deletions
|
|
@ -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 — run via uvx (richer than the basic memory store)"
|
||||
},
|
||||
"sequential-thinking": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue