Skip to main content

Self-Hosting Guide

To run GMP on any cloud:

  1. pip install "grafomem[server,backends,crypto]" (or use the Docker image).
  2. Set GRAFOMEM_AUTH_MODE/GRAFOMEM_TOKENS.
  3. Point --db at a path on a persistent volume.
  4. Run grafomem serve --auth token --db /data/grafomem.db -e bge.
  5. Health-check /health; audit it remotely with grafomem conformance --url.

The reference server is open source — self-hosting is fully supported and free.