Skip to content
Claude Desktop

mnemon mcp for Claude Desktop

io.github.nikitacometa/mnemon-mcp

Persistent layered memory for AI agents. SQLite FTS5, fact versioning, zero-cloud.

client:Claude Desktop transport:stdio runtime:npm

Install mnemon mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mnemon-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mnemon-mcp"
      ],
      "env": {
        "MNEMON_DB_PATH": "<MNEMON_DB_PATH>",
        "MNEMON_EMBEDDING_PROVIDER": "<MNEMON_EMBEDDING_PROVIDER>",
        "MNEMON_EMBEDDING_API_KEY": "<MNEMON_EMBEDDING_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mnemon mcp in other clients