Postgram for Claude Code
io.github.ivo-toby/postgram
Self-hosted memory for AI agents with hybrid search, knowledge graphs, tasks, and document sync.
client:Claude Code
transport:stdio
runtime:oci
Install Postgram in Claude Code
run in your project directory
claude mcp add postgram -e DATABASE_URL=<DATABASE_URL> -e OPENAI_API_KEY=<OPENAI_API_KEY> -e EMBEDDING_PROVIDER=<EMBEDDING_PROVIDER> -e EMBEDDING_BASE_URL=<EMBEDDING_BASE_URL> -e ADMIN_MFA_SECRET_KEY=<ADMIN_MFA_SECRET_KEY> -e ADMIN_SETTINGS_ENCRYPTION_KEY=<ADMIN_SETTINGS_ENCRYPTION_KEY> -- docker run -i --rm ghcr.io/ivo-toby/postgram@sha256:29b61fb302bd52862b8eba43305ee2aa4fc072d5f9188652f1fe6324f49d5391
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs