mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-30 19:00:57 +08: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
@ -122,6 +122,14 @@
|
||||
"args": ["-y", "@magicuidesign/mcp@latest"],
|
||||
"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": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/your/projects"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user