Breaking ChatGPT's memory monopoly
An MCP server that carries your memory store to any LLM client without logins or paywalls.

What it does Supermemory MCP is a Model Context Protocol server that exposes your stored memories to any MCP-compatible client—Claude Desktop, Cursor, or others. It turns a cloud-backed memory store into a portable context layer, so switching LLMs does not mean starting every conversation from scratch.
The interesting bit The hosted version demands no login and no credit card, an unusual posture for a cloud API that holds your data. That friction-free setup comes with a caveat: the MCP v1 implementation here is deprecated, and active code maintenance has moved to the company’s monorepo.
Key highlights
- Free to use with no authentication required for the hosted version
- Supports one-click install via Claude DXT files
- Self-hosting available if you supply your own API key
- Built in TypeScript and runs on Cloudflare
- 1,700+ GitHub stars
Caveats
- MCP v1 is deprecated; the current iteration lives behind
app.supermemory.ai - Future development is tracked in the
supermemorymonorepo, so this standalone repository houses the v1 implementation
Verdict Try it if you want persistent memory across LLM clients without wiring up auth. Skip it if you need the newest MCP features, since v1 is being phased out.
Frequently asked
- What is supermemoryai/supermemory-mcp?
- An MCP server that carries your memory store to any LLM client without logins or paywalls.
- Is supermemory-mcp open source?
- Yes — supermemoryai/supermemory-mcp is open source, released under the MIT license.
- What language is supermemory-mcp written in?
- supermemoryai/supermemory-mcp is primarily written in TypeScript.
- How popular is supermemory-mcp?
- supermemoryai/supermemory-mcp has 1.7k stars on GitHub.
- Where can I find supermemory-mcp?
- supermemoryai/supermemory-mcp is on GitHub at https://github.com/supermemoryai/supermemory-mcp.