mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
Add memxus configuration to mcp-servers.json (#2355)
* Add memxus configuration to mcp-servers.json Added configuration for Memxus service with API key placeholder and description. * Revise description in mcp-servers.json Updated the description to include a note about reviewing stored memories to prevent prompt-injection. * Update description in mcp-servers.json Update description in mcp-servers.json
This commit is contained in:
parent
d65d3e0880
commit
909ae2f67e
1 changed files with 8 additions and 0 deletions
|
|
@ -122,6 +122,14 @@
|
||||||
"args": ["-y", "@magicuidesign/mcp@latest"],
|
"args": ["-y", "@magicuidesign/mcp@latest"],
|
||||||
"description": "Magic UI components"
|
"description": "Magic UI components"
|
||||||
},
|
},
|
||||||
|
"memxus": {
|
||||||
|
"type": "http",
|
||||||
|
"url": "https://mcp.memxus.com/mcp",
|
||||||
|
"headers": {
|
||||||
|
"Authorization": "Bearer YOUR_MEMXUS_API_KEY_HERE"
|
||||||
|
},
|
||||||
|
"description": "Universal persistent memory across Claude Code, Cursor, Gemini CLI and any AI tool — save context once, auto-recalled in every session. Note: review stored memories before use in production agents to avoid prompt-injection via memory-poisoning. Free at memxus.com"
|
||||||
|
},
|
||||||
"filesystem": {
|
"filesystem": {
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/your/projects"],
|
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/your/projects"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue