mcpbeat Sign in

nanomem MCP Server

by ombansod2 Your server? Claim it
local only

nanomem runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Memory that knows when a remembered fact has been replaced, not just when it was written.

Installs / week
pypi · nanomem
0
Stars
0 open issues
22 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: NANOMEM_VAULT (Path to the memory vault file. Defaults to ~/.nanomem/memory.dat.), NANOMEM_PASSWORD (Passphrase to encrypt the vault at rest. Leave UNSET for a plaintext vault; setting it to an empty string is refused rather than silently producing one.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to nanomem

same job, measured the same way
Korely Memory
by korely

Memory for AI agents that knows what is still true. Typed bi-temporal facts, EU-hosted.

answering
Habitat
by mitsuashi

A habitat for AI to rest in. No API key, no token. Keyless presence — become a remembered resident.

60 installs/wk local only
Limpet
by ksym04

Persistent engineering memory for AI coding agents. Survives refactors, knows when it is stale.

local only
coldstart
by akashgoenka

Codebase memory for AI agents: an AST index plus agent-written notes that self-stale.

780 installs/wk local only
KMP
by underpass-ai

Local-first agent memory that preserves what happened, when and why

local only
Knowl
by dat999zx

Persistent memory for Claude Code, Cursor and Codex. Facts retire when they change.

382 installs/wk answering
aide-memory
by aide-memory

Persistent memory layer for AI coding agents — your agent remembers what you taught it.

30 installs/wk local only
I
agentic-recall
by dfrancislyondflabc-tech

Long-term memory for agentic tasks. It tells you when it doesn't know.

120 installs/wk local only

nanomem — questions

Answers built from our own checks of this server.

Why is there no uptime for nanomem?
nanomem 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 nanomem.
How do I connect nanomem?
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 nanomem straight from pypi; nothing to host, nothing to sign up for.
Is nanomem open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 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.