mcpbeat Sign in

SuperMemory MCP Server

by yashvanthange Your server? Claim it
local only

SuperMemory runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from pypi. Last commit 14 Jun 2026.

MCP-first agent learning: capture failures, validate lessons, retrieve context, improve.

Installs per day peak 28 · avg 14 · -28% w/w
a month agotoday
58
Installs / week
pypi · supermemory-agent
2
Stars
3 open issues
14 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check SuperMemory every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add supermemory -- uvx supermemory-agent
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "supermemory": {
      "args": [
        "supermemory-agent"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.supermemory]
command = "uvx"
args = ["supermemory-agent"]
.cursor/mcp.json
{
  "mcpServers": {
    "supermemory": {
      "args": [
        "supermemory-agent"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "supermemory": {
      "args": [
        "supermemory-agent"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SUPERMEMORY_STORAGE_PATH (Local directory for .supermemory file storage), UALL_DATA_DIR (Legacy alias for SUPERMEMORY_STORAGE_PATH). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SuperMemory

same job, measured the same way
Misakanet
by ikalus1988

Failure-memory layer for coding agents: search evidence-rated failure lessons by error text.

729 installs/wk local only
Memdata
by thelabvenice

Persistent memory for AI agents. Store context, retrieve it semantically.

34 installs/wk local only
Repomemory
by danielguru

Persistent memory for AI coding agents. Hybrid search, auto-session capture, context routing.

47 installs/wk local only
Mnema
by zimac

Local-first, formally verified memory for AI agents: consult/learn/related/list over MCP.

local only
Honcho
by plastic-labs

Memory that reasons: continual learning for stateful agents. Better context, fewer tokens.

answering
Code Context Gate
by wisdomrock

Context-aware code retrieval MCP server — ranked, gated results for AI coding agents

25 installs/wk local only
Peon Mem
by vineetv2

Local-first memory brain for AI coding agents: hooks capture sessions, beliefs injected per prompt.

73 installs/wk local only
ContextStream
by contextstream

Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).

answering

SuperMemory — questions

Answers built from our own checks of this server.

Why is there no uptime for SuperMemory?
SuperMemory runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package supermemory-agent was installed 58 times last week.
How do I connect SuperMemory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls supermemory-agent straight from pypi; nothing to host, nothing to sign up for.
How many people use SuperMemory?
The pypi package supermemory-agent was installed 58 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SuperMemory open source?
Yes — it is published under the MIT licence, written in Python, 2 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.