agent memory for Cline
io.github.theprodsde/agent-memory
Persistent agent memory with a decision layer: replay, restore, verify, or none — explainable.
client:Cline
transport:stdio
runtime:pypi
Install agent memory 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": {
"agent-memory": {
"command": "uvx",
"args": [
"agent-memory-sdk"
],
"env": {
"AGENT_MEMORY_DIR": "<AGENT_MEMORY_DIR>",
"AGENT_MEMORY_COLLECTION": "<AGENT_MEMORY_COLLECTION>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs