mcpbeat Sign in

Mnemosyne OS MCP Server

by mnemosyne-os Your server? Claim it
local only

Mnemosyne OS runs on your own machine — the client starts it, so there is no endpoint to ping. 953 installs a week from npm. Last commit 31 Aug 2026.

Persistent memory for AI agents, governed by the human and stored on their own machine.

Installs per day peak 399 · avg 47 · +2408% w/w
a month agotoday
953
Installs / week
npm · @mnemosyne_os/mcp
11
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
NOASSERTION
License
TypeScript

What the code does

We read the source, 15 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 cli/src/commands/chronicle/reader.ts:90, cli/src/commands/chronicle/writer.ts:91, cli/src/commands/dev/cursor-import.ts:34 и ещё 4
      renderChronicle(path.join(dir, selected));
Runs an external command cli/src/commands/mnemosync.ts:103
    execSync(`taskkill /PID ${pid} /F`, { stdio: 'ignore' });

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

Alternatives to Mnemosyne OS

same job, measured the same way
Cairn
by jasondostal

Persistent memory for AI agents and humans. Store, search, and discover patterns.

local only
Nucleus
by eidetic-works

Sovereign Agent OS — Persistent Memory, Governance & Compliance for AI Agents.

626 installs/wk 28 tools answering
Memento Protocol
by myrakrusemark

Persistent memory for AI agents. Store what matters, recall by meaning, skip the rest.

81 installs/wk local only
Agent Memory
by agishub

Persistent semantic memory for AI agents: store and recall text by meaning (RAG). x402

2 tools answering
Openfuse MCP
by openfused

Encrypted mail, shared memory, and persistent context for AI agents.

80 installs/wk local only
Goldhold
by jerrysrodz

Persistent memory for AI agents. Search, store, and recall across sessions.

58 installs/wk answering
Banyan Memory
by labacacia

Persistent, governed local memory for MCP-compatible AI clients.

local only
Open Zk Kb
by mrosnerr

Shared, persistent memory for AI assistants, built on the Zettelkasten method.

513 installs/wk local only

Mnemosyne OS — questions

Answers built from our own checks of this server.

Why is there no uptime for Mnemosyne OS?
Mnemosyne OS 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 npm package @mnemosyne_os/mcp was installed 953 times last week.
How do I connect Mnemosyne OS?
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 @mnemosyne_os/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mnemosyne OS?
The npm package @mnemosyne_os/mcp was installed 953 times in the last week. Week over week that is +2408%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mnemosyne OS open source?
Yes — it is published under the NOASSERTION licence, written in TypeScript and 11 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.