Skip to content
Claude Desktop

memtomem for Claude Desktop

io.github.memtomem/memtomem

Markdown-first long-term memory for AI agents. Hybrid BM25 + vector search, runs locally.

client:Claude Desktop transport:stdio runtime:pypi

Install memtomem in Claude Desktop

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

{
  "mcpServers": {
    "memtomem": {
      "command": "uvx",
      "args": [
        "memtomem"
      ]
    }
  }
}

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

memtomem in other clients