From 909ae2f67e4edaed4ba457dcc0f3b891566a07b4 Mon Sep 17 00:00:00 2001 From: Gabriel Pitrella Date: Mon, 29 Jun 2026 19:50:46 -0300 Subject: [PATCH] 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 --- mcp-configs/mcp-servers.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mcp-configs/mcp-servers.json b/mcp-configs/mcp-servers.json index 9a3d05ef..464f028f 100644 --- a/mcp-configs/mcp-servers.json +++ b/mcp-configs/mcp-servers.json @@ -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"],