Mnemex MCP Server

A Model Context Protocol (MCP) server providing human-like memory dynamics for AI assistants. Memories naturally fade over time unless reinforced through use, mimicking the Ebbinghaus forgetting curve. It runs locally over stdio via the published package.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in HTML.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 36 · #77 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

AGPL-3.0 · HTML · how we verify → /methodology

01 · Install Mnemex

before you install - you'll need

Set CORTEXGRAPH_REVIEW_BLEND_RATIO, CORTEXGRAPH_REVIEW_DANGER_ZONE_MIN, CORTEXGRAPH_REVIEW_DANGER_ZONE_MAX, CORTEXGRAPH_AUTO_REINFORCE, CORTEXGRAPH_STORAGE_PATH, CORTEXGRAPH_DECAY_MODEL, CORTEXGRAPH_PL_ALPHA, CORTEXGRAPH_PL_HALFLIFE_DAYS, CORTEXGRAPH_DECAY_LAMBDA, CORTEXGRAPH_DECAY_BETA, CORTEXGRAPH_FORGET_THRESHOLD, CORTEXGRAPH_PROMOTE_THRESHOLD before connecting.

Claude Code

claude mcp add simplemindedbot-mnemex -- uvx mnemex

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "simplemindedbot-mnemex": {
      "command": "uvx",
      "args": [
        "mnemex"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license AGPL-3.0 - declared in the repository

pypi package mnemex - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.simplemindedbot is GitHub-verified and matches the repo owner

03 · What Mnemex can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

0.6.9 · 2025-11-19

Other Changes · Extract math utilities and clean up codebase · Add SQLite storage and Markdown export

v0.6.5 · 2025-11-14

Natural Language Activation (Phase 1) · Conversational memory without explicit commands - just talk naturally and CortexGraph handles the rest! · New Features · Auto-Enrichment: · Automatic entity extraction using…

v0.6.0 · 2025-11-04

Highlights · This release focuses on configuration flexibility and prompt optimization architecture design. · Major Configuration Improvements · All paths are now configurable via .env - no more hardcoded assumptions!…

04 · Who maintains Mnemex

mnemex is maintained by simplemindedbot. It's the only MCP server we track from this author; the repo dates to Oct 2025.

05 · Facts

category
productivity - ranked #77 of 139 actively-maintained productivity servers as of 2026-08-25.
registry
io.github.simplemindedbot/mnemex (active, first published 2025-10-20)
packages
pypi:mnemex

06 · Mnemex FAQ

What is Mnemex?

A Model Context Protocol (MCP) server providing human-like memory dynamics for AI assistants. Memories naturally fade over time unless reinforced through use, mimicking the Ebbinghaus forgetting curve. It runs locally over stdio via the published package.

Is Mnemex still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24. We re-verify nightly.

How do I install Mnemex?

Run `uvx mnemex`. The README documents 12 environment variables (CORTEXGRAPH_REVIEW_BLEND_RATIO, CORTEXGRAPH_REVIEW_DANGER_ZONE_MIN, CORTEXGRAPH_REVIEW_DANGER_ZONE_MAX…) to set first. Set CORTEXGRAPH_REVIEW_BLEND_RATIO, CORTEXGRAPH_REVIEW_DANGER_ZONE_MIN, CORTEXGRAPH_REVIEW_DANGER_ZONE_MAX, CORTEXGRAPH_AUTO_REINFORCE, CORTEXGRAPH_STORAGE_PATH, CORTEXGRAPH_DECAY_MODEL, CORTEXGRAPH_PL_ALPHA, CORTEXGRAPH_PL_HALFLIFE_DAYS, CORTEXGRAPH_DECAY_LAMBDA, CORTEXGRAPH_DECAY_BETA, CORTEXGRAPH_FORGET_THRESHOLD, CORTEXGRAPH_PROMOTE_THRESHOLD before connecting. You can also paste the ready-made client config above.

Does Mnemex run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Mnemex

More productivity MCP servers · Skillfed MCP · Saga MCP · Agy Bridge · Stack Fiesta · Obsidian CLI