Hindsight MemPalace for Cline
io.github.holetron/hindsight-mempalace
Self-hosted long-term memory for AI agents over MCP — hierarchical recall backed by pgvector
client:Cline
transport:stdio
runtime:npm
Install Hindsight MemPalace 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": {
"hindsight-mempalace": {
"command": "npx",
"args": [
"-y",
"hindsight-mempalace-mcp"
],
"env": {
"HINDSIGHT_URL": "<HINDSIGHT_URL>",
"MEMPALACE_BANK": "<MEMPALACE_BANK>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs