Add memxus configuration to mcp-servers.json#2355
Conversation
Added configuration for Memxus service with API key placeholder and description.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details🧰 Additional context used📓 Path-based instructions (2)**/*.{js,ts,jsx,tsx,py,java,cs,rb,go,php,swift,kt,rs,c,cpp,h,hpp,properties,yml,yaml,json,env,config}📄 CodeRabbit inference engine (.cursor/rules/common-security.md)
Files:
**/*.{js,ts,jsx,tsx,json,env*}📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
🧠 Learnings (1)📚 Learning: 2026-06-17T07:32:15.038ZApplied to files:
🔇 Additional comments (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughAdds a new ChangesMCP server configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Updated the description to include a note about reviewing stored memories to prevent prompt-injection.
Update description in mcp-servers.json
daltino
left a comment
There was a problem hiding this comment.
This PR adds a "memxus" configuration to mcp-servers.json, which integrates a memory persistence feature for AI tools via an HTTP endpoint. The addition is clear and includes necessary details such as URL, headers, and a helpful description. The contribution aligns with the repo's intent of supporting customizable MCP integrations. The configuration looks well-documented, but contributors should ensure sensitive keys like YOUR_MEMXUS_API_KEY_HERE are properly managed.
What Changed
Added Memxus to
mcp-configs/mcp-servers.jsonas a remote HTTP MCP server for persistent memory.Why This Change
Memxus is a universal persistent memory layer for AI tools — saves context once across Claude Code, Cursor, Gemini CLI and any MCP-compatible tool, and recalls it automatically in every session. Connects GitHub + Notion as context sources. Free tier available at memxus.com.
Listed on: registry.modelcontextprotocol.io, Glama and Smithery
Testing Done
Type of Change
feat:New featureSecurity & Quality Checklist