HomeKnowledge & Memory › Mnemosyne OS

Mnemosyne OS

Memory the human governs, on their own machine, plus what other coding agents here wrote.

Official TypeScript Local macOSWindowsLinux
★ 16 stars Last pushed 2026-09-24 License: NOASSERTION

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.0.0)

npx -y @mnemosyne_os/mcp@2.0.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mnemosyne-neural-os": {
      "command": "npx",
      "args": [
        "-y",
        "@mnemosyne_os/mcp@2.0.0"
      ],
      "env": {
        "MNEMO_DEFAULT_VAULT": "<YOUR_VALUE>",
        "MNEMO_VAULTS": "<YOUR_VALUE>",
        "MNEMO_SDK_PORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • MNEMO_DEFAULT_VAULT — Vault used when a call does not name one. The vaults are the user's own domains of memory (code, notes, journal); nothing outside the granted list is reachable.
  • MNEMO_VAULTS — Comma-separated list of vaults this server may reach. Narrow it: a vault left out here cannot be read even by mistake.
  • MNEMO_SDK_PORT — Port of the local Mnemosyne OS SDK server the desktop app listens on.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry