MCP Static Hosting 0.1.0
Self-hosted static websites for AI agents over MCP, packaged for Docker Compose.
Install
git clone --branch v0.1.0 https://github.com/reg2005/mcpStaticHosting.git
cd mcpStaticHosting
sh scripts/setup.sh --production
# Configure your domains, sender and TLS proxy before starting.
sh scripts/compose-prod.sh pull
sh scripts/compose-prod.sh up -d --waitThe production file references public linux/amd64 images:
reg2005/mcp-static-hosting:0.1.0reg2005/mcp-static-hosting-functions:0.1.0(optional)
Builds and publishing run locally. GitHub Actions are disabled.
Validated locally on x86-64 images with the production Compose: clean database setup,
authentication, MCP tokens, preview, publishing, rollback, site passwords, owner isolation,
token revocation, Deno execution and JSON data API. Typecheck, lint, four tests and the
production dependency audit passed. Secrets and source deployment data are excluded.
Early release for one server and trusted authors. Deno functions are experimental and
opt-in. TLS/DNS remain operator-configured. See README, SECURITY.md and docs/images.md.