Productivity|AI / ML|Cloud|UtilitiesTypeScript
supermemory-mcp
Universal Memory MCP makes your memories available to every single LLM.
N/A rating (0 reviews)0 installs1,677 GitHub stars
memoryLLMsupermemory
Your memories are in ChatGPT... But nowhere else. This MCP allows you to carry your memories to any MCP client without logins or paywalls, providing a simple setup with just one command.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"supermemory-mcp": {
"args": [
"-y",
"@modelcontextprotocol/server-supermemory-mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.