mcpbeat Sign in

Mnemex MCP Server

by simplemindedbot Your server? Claim it
local only

Mnemex runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from pypi. Last commit 17 Feb 2026.

Temporal memory for AI with decay and reinforcement. Two-layer storage (JSONL + Markdown).

Installs per day peak 16 · avg 6 · +56% w/w
a month agotoday
64
Installs / week
pypi · mnemex
36
Stars
0 open issues
17 Feb 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
HTML

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

Nothing serious here today

Today is the operative word: we check Mnemex 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 mnemex -- uvx mnemex
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mnemex": {
      "args": [
        "mnemex"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mnemex]
command = "uvx"
args = ["mnemex"]
.cursor/mcp.json
{
  "mcpServers": {
    "mnemex": {
      "args": [
        "mnemex"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mnemex": {
      "args": [
        "mnemex"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MNEMEX_STORAGE_PATH (Storage path for short-term memory JSONL files), LTM_VAULT_PATH (Path to Obsidian vault for long-term memory), MNEMEX_DECAY_MODEL (Decay model: power_law (default), exponential, or two_component), MNEMEX_PL_HALFLIFE_DAYS (Half-life in days for power-law decay model). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mnemex

same job, measured the same way
Nuzo Memory
by fabionfsc

Local-first, auditable memory for MCP-compatible AI agents with explicit writes and SQLite storage.

35 installs/wk local only
Vectora
by brunosrz

AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code.

37 installs/wk local only
Memory
by leapmemory

Long-term memory for AI assistants. Isolated per-user storage, recall across conversations.

answering
Longhorn MCP
by rafaelgaspar

MCP server for the Longhorn distributed storage manager API, with a --read-only mode.

59 installs/wk local only
Agtrepo Memory
by agtrepo

Encrypted, pay-per-use persistent memory storage for AI agents, gated by x402 payments on Base.

6 tools answering
MemoFS MCP Server
by memofs

Persistent memory and virtual filesystem MCP server for AI agents.

90 installs/wk answering
Agentbuilders
by deepfreezechill

Deploy full-stack AI agent apps with database, auth, storage, and Edge AI on one platform.

38 installs/wk local only
Resistance Tools
by tonresistor

MCP tools for TON Sites, TON DNS and TON Storage.

46 tools answering

Mnemex — questions

Answers built from our own checks of this server.

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