Account ID: 3ddeb355f4954bb1ee4f9486b2908e7e
Zone (spiralsafe.org): 92900d1e204fa915468ef5cd3d15fadd
Site: 8 pages (4 articles + topology + centre + landing + styles)
- Open: https://dash.cloudflare.com/?to=/:account/workers-and-pages
- Click Create → Pages → Direct Upload
- Project name:
coherence-articles - Drag the public/ folder into the upload zone
- Click Deploy site
- Live at:
coherence-articles.pages.dev - Add custom domain later:
coherence.toolated.onlineorcoherence.spiralsafe.org
# 1. Get API token: https://dash.cloudflare.com/profile/api-tokens
# Template: "Edit Cloudflare Workers"
export CLOUDFLARE_API_TOKEN=your_token_here
# 2. Deploy (from coherence-site/ directory)
npx wrangler deploy
# Live at: coherence.toolated.online (after DNS)If you want it under spiralsafe.org instead (proven infrastructure):
- Update wrangler.toml routes to:
coherence.spiralsafe.org/* - Add CNAME record:
coherence→coherence-articles.workers.dev - Deploy via Path B
- In Claude.ai → Browse Plugins
- Click "Add marketplace from GitHub"
- Enter:
https://github.com/toolate28/coherence-mcp - The plugin auto-discovers from package.json:
- Name:
@toolate28/coherence-mcp - Bin:
coherence-mcp→build/index.js - MCP SDK:
@modelcontextprotocol/sdk ^1.25.2
- Name:
cd coherence-mcp
npm run build
npm publish --access public
# Then install as: npx @toolate28/coherence-mcpFor coherence.toolated.online:
- CNAME:
coherence→coherence-articles.workers.dev
For coherence.spiralsafe.org (alternative):
- CNAME:
coherence→coherence-articles.workers.dev - (spiralsafe.org zone is already on Cloudflare, DNS propagation instant)
spiralsafe.org (Zone: 92900d1e204fa915468ef5cd3d15fadd)
├── api.spiralsafe.org/* → spiralsafe-api (Worker)
├── coherence.spiralsafe.org/* → coherence-articles (Worker) [NEW]
└── spiralsafe.org → (main site)
toolated.online
└── coherence.toolated.online → coherence-articles (Worker) [NEW]
GitHub: toolate28/coherence-mcp
├── coherence-mcp (MCP server, npm package)
├── coherence-site/ (static articles)
└── Claude Plugin (via marketplace)
Vercel: matthew-ruhnaus-projects
└── h.and.s (existing project)
1. Cloudflare Dashboard → Pages → Direct Upload → public/ → Deploy
(site live in 60 seconds at *.pages.dev)
2. Claude.ai → Browse Plugins → Add from GitHub → toolate28/coherence-mcp
(MCP server registered as plugin)
3. [Optional] Generate API token → export → wrangler deploy
(custom domain coherence.toolated.online or coherence.spiralsafe.org)
4. [Optional] npm publish @toolate28/coherence-mcp
(public npm distribution)
α + ω = 15 Three spirals. One conservation law. One pass.