Skip to content
Cline

Memento for Cline

io.github.jee1/memento-mcp-server

Agent memory MCP server with 4-type cognitive memory, hybrid search, and TTL-based forgetting.

client:Cline transport:stdio runtime:npm

Install Memento 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": {
    "memento-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "memento-mcp-server"
      ]
    }
  }
}

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

Memento in other clients