Skip to main content
Glama
upascal

mcp-deploy-mcp

by upascal

MCP 部署助手 (mcp-deploy-mcp)

一个远程 MCP 服务器,帮助 Claude 设计、搭建和验证与 mcp-deploy 平台兼容的 MCP 服务器——并且它本身也由该平台部署。

工具

工具

用途

get_help

平台概览 + 主题指南(worker 格式、清单、工具设计、测试/发布、认证、注意事项)

scaffold_mcp

为新的 MCP 生成一个完整、可运行的仓库(13 个文件,预验证)

get_manifest_schema

mcp-deploy.json 的 JSON Schema + 命名规则 + 保留键;可选实时上游漂移检查

validate_manifest

验证草拟的清单,可选与 wrangler.jsonc 交叉检查

check_repo_compatibility

验证 GitHub 仓库的发布版本是否包含可部署的资产和有效清单

get_example

最小化搭建的仓库 + 生产环境的 paper-search 清单

Related MCP server: MCP Server Generator

如何保持最新

所有可服务的知识都存放在 content/ 中。构建时它会作为后备方案打包到 worker 中,但在运行时,worker 会从该仓库的 main 分支获取最新的 content/(在 Durable Object 的 SQLite 中缓存约 6 小时)。编辑 content/ 并推送到 main 即可更新所有已部署的实例——无需发布或重新部署。 代码更改(验证规则、新工具)像任何 mcp-deploy MCP 一样通过标记版本发布。

工具响应会标记内容来源:livecachedbundled@<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.0

CI 将 worker.mjs + mcp-deploy.json 附加到 GitHub Release——平台部署所需的两个资产。

密钥

无需任何密钥。可选的 GITHUB_TOKEN 可提高 check_repo_compatibility 的 GitHub API 速率限制(Workers 共享出口 IP,因此未认证的 60/小时池有时会被耗尽)。

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    C
    quality
    D
    maintenance
    An 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.
    17
    3
  • F
    license
    -
    quality
    F
    maintenance
    Creates, manages, and registers custom MCP servers for Claude Desktop. Enables users to generate and configure new MCP servers through natural language.
    11
  • A
    license
    C
    quality
    C
    maintenance
    A 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.
    100
    3
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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