Self-Hosting Guide
To run GMP on any cloud:
pip install "grafomem[server,backends,crypto]"(or use the Docker image).- Set
GRAFOMEM_AUTH_MODE/GRAFOMEM_TOKENS. - Point
--dbat a path on a persistent volume. - Run
grafomem serve --auth token --db /data/grafomem.db -e bge. - Health-check
/health; audit it remotely withgrafomem conformance --url.
The reference server is open source — self-hosting is fully supported and free.