Hindsight MemPalace for Zed
io.github.holetron/hindsight-mempalace
Self-hosted long-term memory for AI agents over MCP — hierarchical recall backed by pgvector
client:Zed
transport:stdio
runtime:npm
Install Hindsight MemPalace in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hindsight-mempalace": {
"command": "npx",
"args": [
"-y",
"hindsight-mempalace-mcp"
],
"env": {
"HINDSIGHT_URL": "<HINDSIGHT_URL>",
"MEMPALACE_BANK": "<MEMPALACE_BANK>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs