What is the Hindsight MemPalace MCP server?
Self-hosted long-term memory for AI agents over MCP — hierarchical recall backed by pgvector
How to install Hindsight MemPalace
Copy-paste configuration for popular MCP clients.
HINDSIGHT_URLBase URL of the Hindsight API (self-hosted). Defaults to http://127.0.0.1:5100.
MEMPALACE_BANKDefault memory bank ID for retain/recall.
{
"mcpServers": {
"hindsight-mempalace": {
"command": "npx",
"args": [
"-y",
"hindsight-mempalace-mcp"
],
"env": {
"HINDSIGHT_URL": "<YOUR_HINDSIGHT_URL>",
"MEMPALACE_BANK": "<YOUR_MEMPALACE_BANK>"
}
}
}
}{
"mcpServers": {
"hindsight-mempalace": {
"command": "npx",
"args": [
"-y",
"hindsight-mempalace-mcp"
],
"env": {
"HINDSIGHT_URL": "<YOUR_HINDSIGHT_URL>",
"MEMPALACE_BANK": "<YOUR_MEMPALACE_BANK>"
}
}
}
}{
"mcpServers": {
"hindsight-mempalace": {
"command": "npx",
"args": [
"-y",
"hindsight-mempalace-mcp"
],
"env": {
"HINDSIGHT_URL": "<YOUR_HINDSIGHT_URL>",
"MEMPALACE_BANK": "<YOUR_MEMPALACE_BANK>"
}
}
}
}{
"servers": {
"hindsight-mempalace": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hindsight-mempalace-mcp"
],
"env": {
"HINDSIGHT_URL": "<YOUR_HINDSIGHT_URL>",
"MEMPALACE_BANK": "<YOUR_MEMPALACE_BANK>"
}
}
}
}claude mcp add hindsight-mempalace --env HINDSIGHT_URL=<YOUR_HINDSIGHT_URL> --env MEMPALACE_BANK=<YOUR_MEMPALACE_BANK> -- npx -y hindsight-mempalace-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.