mcpu
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcpuEdit worker.js, commit, and deploy"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcpu
Give an agent a git remote. Do not give it a shell.
This Worker lists files, shows one file, accepts MCP tool calls, holds a draft in memory, can commit that draft, and can deploy worker.js only when an imprint release is verified.
Version stays 0.0.1.
What you can do now
Open the Worker origin.
GET /— HTML. File names on the left. One file on the right. No terminal.GET /ls—{ "files": [...] }.GET /read?path=README.md—{ "path", "contents" }.POST /mcp—initialize,tools/list,tools/call.
Tools: repo.status, repo.ls, repo.read, repo.write, repo.diff, repo.commit, repo.deploy, repo.history, grant.create.
With no remote, the tree is AGENTS.md, README.md, worker.js.
repo.write dirties a process draft. repo.commit builds a git commit on an in-memory workspace. A file:// remote does not push. repo.deploy refuses unless .imprint/releases/<sha>.json has proof.verified: true. Without Cloudflare upload secrets it returns uploaded: false.
grant.create stores verbs and paths. A later call that sends grant may write docs/** and gets 403 on README.md. A call with no grant is not checked.
Related MCP server: mcp-server-cloudflare
What this is not
There is no Access check in this Worker.
There is no
doctor, no/health, nomcpu-bridgein this repo.There is no open/close session and no Durable Object draft.
The agent can still push if you point it at an
httpsremote. Default branch is not protected here.Write and deploy are not separate secrets.
The face does not write, commit, or send a grant.
src/mcp.ts(stdio) is local only. It is not in git.
Run
bun test
bun scripts/face-proof.mjs
npx tsc --noEmitface-proof.mjs plants GIT_TOKEN=leak-me and fails if that string appears in /, /ls, or /read.
Bindings
wrangler.jsonc binds Durable Object class GrantDO as GRANT (sqlite migration v1-grant). Tests inject a store. They do not call env.GRANT.
Set GIT_REMOTE / GIT_TOKEN (or the older ARTIFACTS_* names) when you want a real remote. Set IMPRINT_DIR before repo.deploy.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Cloudflare Workers MCP server: ai-agent-scratchpad
Cloudflare Workers MCP server: api-diff-monitor
Cloudflare Workers MCP server: ai-gateway
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server that allows using natural language to manage Cloudflare resources (Workers, KV, R2, D1) through Claude Desktop, VSCode, and other MCP clients.1910Apache 2.0
- AlicenseAqualityDmaintenanceMCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE.13554MIT
- AlicenseNot gradedqualityDmaintenanceEnables creation and deployment of MCP servers on Cloudflare Workers, with local testing and one-command deployment.115MIT
- FlicenseNot gradedqualityCmaintenanceThis is an MCP server deployed on Cloudflare Workers with OAuth authentication, enabling remote MCP clients to connect and use tools.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/acoyfellow/mcpu'
If you have feedback or need assistance with the MCP directory API, please join our Discord server