Skip to content
Cline

memtomem for Cline

io.github.memtomem/memtomem

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

client:Cline transport:stdio runtime:pypi

Install memtomem in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

memtomem in other clients