hindsight ghcr.io/vectorize-io/hindsight:latest https://github.com/vectorize-io/hindsight/pkgs/container/hindsight bridge bash false https://forums.unraid.net/topic/200491-support-hindsight-agent-memory-system/ https://github.com/vectorize-io/hindsight Shared memory for AI agents through MCP and HTTP. Includes the API, web UI, and embedded PostgreSQL for a first deployment. Before first start: 1. The container runs as user 1000 and cannot fix folder ownership itself. Before the first start, run this in the Unraid terminal: mkdir -p /mnt/user/appdata/hindsight && chown -R 1000:1000 /mnt/user/appdata/hindsight && chmod 700 /mnt/user/appdata/hindsight If you started the container first and the log says the database directory is not writable, stop the container, run the same command, and start it again. 2. Local Ollama is selected by default. Set Model endpoint to your Ollama address and Model name to a model you have pulled. To use a hosted API instead, change Model service and paste its key into Model provider key. 3. Set a strong Memory API key. Paste the SAME key into Web UI backend key. Set a separate Web UI login key. 4. Open the WebUI. Agents use http://YOUR_UNRAID_IP:8888/mcp/YOUR_BANK/ with Authorization: Bearer YOUR_MEMORY_API_KEY. One bank per project. No project folders or Docker socket mounts are needed. Keep ports on a trusted network. Shared API keys grant access across every bank, so bank names are not separate access controls. Back up appdata while the container is stopped. For a long-lived shared service, use external PostgreSQL with pgvector as described in the guide. AI: Tools: Productivity: http://[IP]:[PORT:9999]/ https://raw.githubusercontent.com/PikkonMG/unraid-docker-templates/main/templates/hindsight.xml https://raw.githubusercontent.com/PikkonMG/unraid-docker-templates/main/templates/img/hindsight.png https://github.com/PikkonMG/unraid-docker-templates/blob/main/docs/HINDSIGHT.md --shm-size=1g --stop-timeout=60 bridge 8888 8888 tcp 9999 9999 tcp /mnt/user/appdata/hindsight /home/hindsight/.pg0 rw 8888 9999 /mnt/user/appdata/hindsight ollama gemma4:12b 16384 1 false 120 pg0 info false hindsight_api.extensions.builtin.tenant:ApiKeyTenantExtension http://127.0.0.1:8888 hindsight-unraid true /home/hindsight America/New_York