Skip to content

MCP Static Hosting 0.1.0

Choose a tag to compare

@reg2005 reg2005 released this 11 Sep 01:15
· 5 commits to main since this release

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 --wait

The production file references public linux/amd64 images:

  • reg2005/mcp-static-hosting:0.1.0
  • reg2005/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.