SuperMemory
Rank #16,394io.github.YashvantHange/supermemory
MCP-first agent learning: capture failures, validate lessons, retrieve context, improve.
SuperMemory is a Model Context Protocol (MCP) server published by yashvanthange. It ranks #16,394 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. SuperMemory is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 13, 2026 and most recently updated on Jun 13, 2026.
Ranks ahead of 99,066 of 115,460 servers on MCP Toplist.
Use SuperMemory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add supermemory -e "SUPERMEMORY_STORAGE_PATH=<your SUPERMEMORY_STORAGE_PATH>" -e "UALL_DATA_DIR=<your UALL_DATA_DIR>" -- uvx supermemory-agent-mcpReplace each placeholder with your own value before saving.
[mcp_servers.supermemory]
command = "uvx"
args = ["supermemory-agent-mcp"]
[mcp_servers.supermemory.env]
SUPERMEMORY_STORAGE_PATH = "<your SUPERMEMORY_STORAGE_PATH>"
UALL_DATA_DIR = "<your UALL_DATA_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"supermemory": {
"command": "uvx",
"args": [
"supermemory-agent-mcp"
],
"env": {
"SUPERMEMORY_STORAGE_PATH": "<your SUPERMEMORY_STORAGE_PATH>",
"UALL_DATA_DIR": "<your UALL_DATA_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"supermemory": {
"command": "uvx",
"args": [
"supermemory-agent-mcp"
],
"env": {
"SUPERMEMORY_STORAGE_PATH": "<your SUPERMEMORY_STORAGE_PATH>",
"UALL_DATA_DIR": "<your UALL_DATA_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"supermemory": {
"type": "stdio",
"command": "uvx",
"args": [
"supermemory-agent-mcp"
],
"env": {
"SUPERMEMORY_STORAGE_PATH": "<your SUPERMEMORY_STORAGE_PATH>",
"UALL_DATA_DIR": "<your UALL_DATA_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"supermemory": {
"command": "uvx",
"args": [
"supermemory-agent-mcp"
],
"env": {
"SUPERMEMORY_STORAGE_PATH": "<your SUPERMEMORY_STORAGE_PATH>",
"UALL_DATA_DIR": "<your UALL_DATA_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"supermemory": {
"command": "uvx",
"args": [
"supermemory-agent-mcp"
],
"env": {
"SUPERMEMORY_STORAGE_PATH": "<your SUPERMEMORY_STORAGE_PATH>",
"UALL_DATA_DIR": "<your UALL_DATA_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
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/io.github.YashvantHange%2Fsupermemory)<a href="https://mcptoplist.com/server/io.github.YashvantHange%2Fsupermemory"><img src="https://mcptoplist.com/badge/io.github.YashvantHange%2Fsupermemory.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
yashvanthange
Other servers by yashvanthange
View all yashvanthange servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.2 | Jun 13, 2026 |
Frequently asked questions
- Who maintains SuperMemory?
- SuperMemory is maintained by yashvanthange, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is SuperMemory listed on the Official MCP Registry?
- Yes — SuperMemory is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does SuperMemory have?
- MCP Toplist tracks 1 version of SuperMemory, most recently published on Jun 13, 2026.
- Where can I find the source code for SuperMemory?
- The source code for SuperMemory is hosted at github.com/yashvanthange/supermemory.