Self-hosted memory for AI agents with hybrid search, knowledge graphs, tasks, and document sync.
npx @getmcp/cli add io.github.ivo-toby/postgramRequires Docker Engine. Community-contributed server. Review source before installing.
DATABASE_URLPostgreSQL connection URL for a database with the pgvector extension enabled.
ADMIN_MFA_SECRET_KEYStable random value of at least 32 characters used to protect admin MFA seeds.
ADMIN_SETTINGS_ENCRYPTION_KEYStable 32-byte base64url key used to encrypt provider secrets saved in the admin UI.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ivo-toby/postgram": {
"command": "docker",
"args": [
"127.0.0.1:3100:3100",
"host.docker.internal:host-gateway",
"run",
"-i",
"--rm",
"-e",
"DATABASE_URL",
"-e",
"OPENAI_API_KEY",
"-e",
"EMBEDDING_PROVIDER",
"-e",
"EMBEDDING_BASE_URL",
"-e",
"ADMIN_MFA_SECRET_KEY",
"-e",
"ADMIN_SETTINGS_ENCRYPTION_KEY",
"ghcr.io/ivo-toby/postgram@sha256:29b61fb302bd52862b8eba43305ee2aa4fc072d5f9188652f1fe6324f49d5391"
],
"env": {
"DATABASE_URL": "",
"OPENAI_API_KEY": "",
"EMBEDDING_PROVIDER": "ollama",
"EMBEDDING_BASE_URL": "http://host.docker.internal:11434",
"ADMIN_MFA_SECRET_KEY": "",
"ADMIN_SETTINGS_ENCRYPTION_KEY": ""
}
}
}
}Ephemeral data sandbox for AI workflows with guardrails and security
Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
Rust MCP server and CLI for Arcane Docker and container management.
Rust MCP server for homelab logs, syslog, Docker logs, FTS search, and AI transcript correlation.