Are you the author? Sign in to claim
MCP control surface for a Cloudflare Artifacts repo. Bootstrap from GitHub, then edit, commit, and deploy on Cloudflare.
mcpu is an MCP control surface for a Cloudflare Artifacts repo. GitHub is only the bootstrap seed. After first deploy, source commits live in Cloudflare Artifacts and deploy back to Cloudflare Workers.
Click Deploy to Cloudflare above and finish the deploy flow.
When it completes, copy your Worker URL. It will look like:
https://mcpu.<your-subdomain>.workers.dev
If you deploy with workers_dev = false, use the route or custom domain you configured instead.
/mcpBefore adding deploy-capable secrets, protect /mcp with Cloudflare Access or an equivalent auth layer. Do not expose a public MCP endpoint with ARTIFACTS_TOKEN or CLOUDFLARE_API_TOKEN configured.
mcpu needs an Artifacts Git remote and token before repo.commit can push source to Cloudflare Artifacts.
Set these Worker secrets/vars in your account:
ARTIFACTS_REMOTE=https://<account-id>.artifacts.cloudflare.net/git/default/mcpu.git
ARTIFACTS_TOKEN=art_v1_...
ARTIFACTS_BRANCH=main
MCPU_SCRIPT_NAME=mcpu
CLOUDFLARE_ACCOUNT_ID=<account-id>
CLOUDFLARE_API_TOKEN=<token that can edit Workers>
GitHub is not used after bootstrap.
Use your deployed Worker URL plus /mcp.
{
"mcpServers": {
"mcpu": {
"url": "https://mcpu.<your-subdomain>.workers.dev/mcp"
}
}
}
For a custom domain:
{
"mcpServers": {
"mcpu": {
"url": "https://mcpu.example.com/mcp"
}
}
}
Ask your agent:
Connect to mcpu. Run repo.status, list files, read worker.js, change the homepage text, show the diff, commit it, and deploy it.
Expected loop:
repo.write -> repo.diff -> repo.commit -> Cloudflare Artifacts -> repo.deploy -> Cloudflare Workers
Run the seed locally:
npm install
npm test
npm run dev -- --port 8799
Then connect to:
http://localhost:8799/mcp
Local MCP config:
{
"mcpServers": {
"mcpu-local": {
"url": "http://localhost:8799/mcp"
}
}
}
Tools:
repo.statusrepo.lsrepo.readrepo.writerepo.diffrepo.commitrepo.deployrepo.historyState:
draft - mutable working treeartifact - immutable source commit in Cloudflare Artifactsdeployment - Worker version deployed from an ArtifactGitHub gets you to zero. Cloudflare owns everything after.
The demo is intentionally tiny: a live MCP edits a Cloudflare Artifacts repo, commits it, and deploys that Artifact as the next version of itself.
40+ tools for querying dashboards, alerts, datasources, and logs in Grafana
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases