recall for Cline
io.github.clauderecallhq/recall
Persistent memory for Claude Code. Search, recall, and re-inject context from any session.
client:Cline
transport:stdio
runtime:npm
Install recall 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": {
"recall": {
"command": "npx",
"args": [
"-y",
"@clauderecallhq/cli"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs