mcpbeat Sign in

Hypermnesia MCP Server

local only

Hypermnesia MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 052 installs a week from pypi. Last commit 17 Sep 2026.

Persistent memory for AI agents — 36 cited neuroscience mechanisms, local-first, hybrid retrieval.

Installs per day peak 637 · avg 109 · +22% w/w
a month agotoday
1 052
Installs / week
pypi · hypermnesia-mcp
73
Stars
5 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable [пакет] tests_py/core/test_wiki_coverage.py:169, mcp_server/handlers/consolidation/page_io.py:52, mcp_server/handlers/consolidation/wiki_domain_backfill_pass.py:48 и ещё 8
            _write(os.path.join(wiki, "reference", d, "x.md"), _SUBSTANTIVE)
Dumps the whole environment [пакет] tests_py/infrastructure/test_mcp_client_pool.py:69, tests_py/infrastructure/_capture_worker_fixture.py:77, mcp_server/handlers/consolidation/claude_cli.py:83 и ещё 18
            with patch.dict(os.environ, {"MY_TOKEN": "secret123"}):

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 hypermnesia-mcp -- uvx hypermnesia-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hypermnesia-mcp": {
      "args": [
        "hypermnesia-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hypermnesia-mcp]
command = "uvx"
args = ["hypermnesia-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hypermnesia-mcp": {
      "args": [
        "hypermnesia-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hypermnesia-mcp": {
      "args": [
        "hypermnesia-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Hypermnesia MCP

same job, measured the same way
PMB AI
by oleksiijko

Local-first persistent memory for AI coding agents.

293 installs/wk local only
Memkeeper
by teflon07

Local-first memory for AI agents: on-device hybrid retrieval over a single SQLite file.

local only
Omega Memory
by omega-memory

Persistent memory for AI coding agents. #1 on LongMemEval. Local-first.

local only
Memra
by usememra

Persistent memory for AI agents. EU-hosted, privacy-first, hybrid recall, contradiction detection.

7 tools answering
MCP Light Memory
by peterpirog

Local-first persistent memory for coding agents and MCP clients.

local only
Engram
by hbarefoot

Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.

82 installs/wk local only
Norn
by samad001z

Local-first, persistent memory for AI coding agents — remember, recall, forget, and list, over MCP.

50 installs/wk local only
Tinycontext
by tinysuitehq

Token-light local memory with SQLite hybrid retrieval for MCP agents.

523 installs/wk local only

Hypermnesia MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Hypermnesia MCP?
Hypermnesia MCP 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 hypermnesia-mcp was installed 1 052 times last week.
How do I connect Hypermnesia MCP?
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 hypermnesia-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Hypermnesia MCP?
The pypi package hypermnesia-mcp was installed 1 052 times in the last week. Week over week that is +22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hypermnesia MCP open source?
Yes — it is published under the MIT licence, written in Python, 73 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.