Supermemory MCP
Rank #3,973glama/supermemoryai/supermemory-mcp
A universal memory server that allows users to access their chat memories across different LLMs without requiring logins or payment.
Supermemory MCP is a Model Context Protocol (MCP) server published by supermemoryai. It ranks #3,973 of 115,460 servers tracked on MCP Toplist, and its repository has 1,713 GitHub stars. Supermemory MCP is listed across 2 registries — Glama and PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Jun 7, 2025.
Ranks ahead of 111,487 of 115,460 servers on MCP Toplist.
Use Supermemory MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http supermemory-mcp https://mcp.supermemory.ai/This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.supermemory-mcp]
url = "https://mcp.supermemory.ai/"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.supermemory.ai/Settings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"supermemory-mcp": {
"url": "https://mcp.supermemory.ai/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"supermemory-mcp": {
"type": "http",
"url": "https://mcp.supermemory.ai/"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"supermemory-mcp": {
"serverUrl": "https://mcp.supermemory.ai/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"supermemory-mcp": {
"url": "https://mcp.supermemory.ai/"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fsupermemoryai%2Fsupermemory-mcp)<a href="https://mcptoplist.com/server/glama%2Fsupermemoryai%2Fsupermemory-mcp"><img src="https://mcptoplist.com/badge/glama%2Fsupermemoryai%2Fsupermemory-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
supermemoryai
Other servers by supermemoryai
View all supermemoryai servers →Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Supermemory MCP?
- Supermemory MCP is maintained by supermemoryai, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Supermemory MCP listed on the Official MCP Registry?
- Supermemory MCP is not on the Official MCP Registry. It is listed on Glama and PulseMCP.
- How many versions does Supermemory MCP have?
- Supermemory MCP ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Supermemory MCP?
- The source code for Supermemory MCP is hosted at github.com/supermemoryai/supermemory-mcp.