Hindsight MemPalace for Cursor
io.github.holetron/hindsight-mempalace
Self-hosted long-term memory for AI agents over MCP — hierarchical recall backed by pgvector
client:Cursor
transport:stdio
runtime:npm
Install Hindsight MemPalace in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hindsight-mempalace": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hindsight-mempalace-mcp"
],
"env": {
"HINDSIGHT_URL": "<HINDSIGHT_URL>",
"MEMPALACE_BANK": "<MEMPALACE_BANK>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs