Hindsight MemPalace for Windsurf
io.github.holetron/hindsight-mempalace
Self-hosted long-term memory for AI agents over MCP — hierarchical recall backed by pgvector
client:Windsurf
transport:stdio
runtime:npm
Install Hindsight MemPalace in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"hindsight-mempalace": {
"command": "npx",
"args": [
"-y",
"hindsight-mempalace-mcp"
],
"env": {
"HINDSIGHT_URL": "<HINDSIGHT_URL>",
"MEMPALACE_BANK": "<MEMPALACE_BANK>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs