mcp-deploy-mcp
MCP 部署助手 (mcp-deploy-mcp)
一个远程 MCP 服务器,帮助 Claude 设计、搭建和验证与 mcp-deploy 平台兼容的 MCP 服务器——并且它本身也由该平台部署。
工具
工具 | 用途 |
| 平台概览 + 主题指南(worker 格式、清单、工具设计、测试/发布、认证、注意事项) |
| 为新的 MCP 生成一个完整、可运行的仓库(13 个文件,预验证) |
|
|
| 验证草拟的清单,可选与 |
| 验证 GitHub 仓库的发布版本是否包含可部署的资产和有效清单 |
| 最小化搭建的仓库 + 生产环境的 paper-search 清单 |
Related MCP server: MCP Server Generator
如何保持最新
所有可服务的知识都存放在 content/ 中。构建时它会作为后备方案打包到 worker 中,但在运行时,worker 会从该仓库的 main 分支获取最新的 content/(在 Durable Object 的 SQLite 中缓存约 6 小时)。编辑 content/ 并推送到 main 即可更新所有已部署的实例——无需发布或重新部署。 代码更改(验证规则、新工具)像任何 mcp-deploy MCP 一样通过标记版本发布。
工具响应会标记内容来源:live、cached 或 bundled@<version>。
开发
npm install
npm run dev # wrangler dev — http://localhost:8787 (health at /, MCP at /mcp)
npm test # vitest (network-dependent tests skip gracefully when rate-limited)
npm run typecheck
npm run build # produces dist/worker.mjs发布
# bump "version" in mcp-deploy.json, package.json, and src/content.ts (VERSION), then:
git tag v0.1.0
git push origin main v0.1.0CI 将 worker.mjs + mcp-deploy.json 附加到 GitHub Release——平台部署所需的两个资产。
密钥
无需任何密钥。可选的 GITHUB_TOKEN 可提高 check_repo_compatibility 的 GitHub API 速率限制(Workers 共享出口 IP,因此未认证的 60/小时池有时会被耗尽)。
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 Servers
- AlicenseCqualityDmaintenanceAn MCP server that enables persistent memory, structured thinking sessions, and project-based knowledge management for Claude. It includes specialized coding tools for package discovery and reinvention prevention by validating code against existing libraries and APIs.173
- Flicense-qualityFmaintenanceCreates, manages, and registers custom MCP servers for Claude Desktop. Enables users to generate and configure new MCP servers through natural language.11
- AlicenseCqualityCmaintenanceA comprehensive MCP server that enables Claude to read, create, edit, and generate code from Figma designs. Supports design tokens, code generation to multiple frameworks, and accessibility checks.1003MIT
- Flicense-qualityBmaintenanceAn MCP server that enables Claude to deploy full-stack web apps to Cloudflare, including databases, authentication, and file storage, directly through natural language.
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for generating rough-draft project plans from natural-language prompts.
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/upascal/mcp-deploy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server