supermemory-mcp-integration
Verified Safeby klogins-hash
Overview
Integrates Supermemory with Claude Desktop via a custom MCP server, enabling semantic search and addition of memories directly within Claude conversations.
Installation
SUPERMEMORY_API_KEY=your_api_key_here python supermemory_mcp_server.pySecurity Notes
Connects to the external `supermemory.ai` API. Relies on the user to securely manage their `SUPERMEMORY_API_KEY`, which is crucial for the server's operation and could be exposed if not handled via environment variables as recommended.
Similar Servers
mcp-memory-keeper
Provides persistent context management for Claude AI coding assistants, ensuring work history, decisions, and progress are preserved across sessions and context limits.
claude-memory-mcp
Provides local, persistent, and searchable memory for AI assistants like Claude Desktop, enabling them to store and recall information efficiently.
memcord
A privacy-first, self-hosted MCP server for organizing chat history, summarizing messages, and searching past conversations using AI, particularly for Claude interactions.
claude-conversation-memory-mcp
Provides long-term memory for AI coding agents by indexing conversation history, tracking decisions and mistakes, and enabling semantic search across projects.