mcp-deploy-mcp
MCP デプロイアシスタント (mcp-deploy-mcp)
Claude が mcp-deploy プラットフォームと互換性のある MCP サーバーを設計、スキャフォールディング、検証するのを支援するリモート MCP サーバーです。そして、それ自身もそのプラットフォームによってデプロイされています。
ツール
ツール | 目的 |
| プラットフォームの概要とトピックガイド(ワーカー形式、マニフェスト、ツール設計、テスト/リリース、認証、注意点) |
| 新しい MCP のための完全で動作するリポジトリを生成します(13 ファイル、事前検証済み) |
|
|
| ドラフトされたマニフェストを検証し、オプションで |
| GitHub リポジトリのリリースがデプロイ可能なアセットと有効なマニフェストを含んでいることを確認します |
| 最小限のスキャフォールディングされたリポジトリと本番の paper-search マニフェスト |
Related MCP server: MCP Server Generator
最新状態を維持する方法
提供可能なすべての知識は content/ にあります。ビルド時にワーカーにフォールバックとしてバンドルされますが、ランタイムではワーカーはこのリポジトリの 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 リリースに添付します。これらはプラットフォームがデプロイする 2 つのアセットです。
シークレット
必須ではありません。オプションの 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