antideploy-mcp
Officialantideploy-mcp
コーディングエージェントの中からアプリケーションを Antideploy にデプロイします。Claude Code、Cursor、Windsurf、Codex、MCP に対応しているものであれば何でも構いません。
あなたが作りたいものを説明すると、エージェントがコードを書き、デプロイまで行います。Dockerfile や YAML ファイルを書いたり、クラウドコンソールを操作したりする必要はありません。
you ─▶ agent writes the app ─▶ deploy ─▶ https://your-app.antideploy.comインストール
インストールするものはありません。エージェントが npx で実行します。
Claude Code
claude mcp add antideploy -e ANTIDEPLOY_API_KEY=ad_your_key -- npx -y antideploy-mcpCursor、Windsurf、その他 mcp.json を使うもの
{
"mcpServers": {
"antideploy": {
"command": "npx",
"args": ["-y", "antideploy-mcp"],
"env": { "ANTIDEPLOY_API_KEY": "ad_your_key" }
}
}
}Related MCP server: Citizen Deployment MCP Server
キーを取得する
antideploy.com でアプリケーションを作成し、その API キーを作成します。キーはアプリケーションを識別するものなので、アプリケーション ID を渡す必要はありません。1 つのキーに 1 つのアプリです。これは意図的なものです。このキーはプロジェクトディレクトリに貼り付けられることになるため、いずれコミットされたりスクリーンショットに写り込んだりする可能性があります。そのため、単一のアプリケーションにスコープが制限され、シークレットの書き込みはできても読み戻しはできず、単独で失効させることができます。
新しい場所にデプロイするということは、新しいアプリと新しいキーが必要になるということです。
ツール
Tool | 説明 |
| プロジェクトディレクトリをパッケージ化してデプロイします。 |
| 1 回のデプロイの進行状況: ステップ、解析された仕様、警告、危険性。 |
| 環境変数名。値が返されることはありません。 |
| 環境変数を保存または置き換えます。 |
| プラットフォーム API 自身による自己説明。 |
デプロイは非同期です。deploy は taskId を返すので、deployment_status が succeeded または failed を報告するまでポーリングします。
知っておく価値のある 2 つのこと
送信されるのはエントリーポイントだけでなく、ディレクトリ全体です。 このプラットフォームでデプロイを失敗させる最も一般的な方法は、ファイルを 1 つだけアップロードすることです。ビルドも起動も正常に完了するのに、配信されるページのアセットがすべて 404 になります。
ディレクトリ内の .env は意図的にアップロードされます。 その値は Antideploy の暗号化されたシークレットストアに保存され、ファイル自体はビルドコンテキストから除外されるため、すでにディスク上にある 9 つの API キーを再入力する必要はありません。これが望ましくない場合は、デプロイする前にファイルを移動してください。
自動的にスキップされます: node_modules、.git、ビルド出力 (dist、build、.next、target、…)、virtualenv、エディタおよびツールのキャッシュ、秘密鍵 (*.pem、*.key、id_rsa、…)。
制限
ファイル数 | 4,000 |
1 ファイルあたり | 5 MB |
合計アップロード | 28 MB |
同時デプロイ | アプリケーションあたり 1 件 |
アップロードの前にローカルでチェックされるため、制限に達した場合は転送ではなくエラーが返されます。
設定
変数 | |
| 必須。デプロイするアプリケーションのキー。 |
| 省略可能。デフォルトは |
Antideploy が送信内容で行うこと
ソースを読み取り、ランタイム、フレームワーク、ビルドコマンドと起動コマンド、ポート、コードが参照するすべての環境変数を、モデルに推測させるのではなく、各結論の根拠となったファイルを引用しながら、決定的に特定します。次に、アプリが必要とするものをプロビジョニングします。DATABASE_URL が注入された Postgres データベースも含まれ、マイグレーションはアプリの起動前に実行されます。アプリがすでにクラッシュした後ではなく。その後、buildpacks でコンテナをビルドし、HTTPS の背後にリリースして、実行を継続します。ヘルスチェック、ログ、ビルド済みイメージへのロールバックを約 40 秒で行います。
完全なドキュメント: antideploy.com/docs
ライセンス
MIT
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
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to deploy and manage applications on Coolify through structured tools, supporting project management, app lifecycle control, pre-configured templates, and deployment monitoring with built-in safety guardrails.1141MIT
- AlicenseAqualityDmaintenanceEnables deployment and management of applications on the Citizen platform from git repositories or local files. It allows AI assistants to monitor deployment logs, handle authentication, and automatically fix build errors using intelligent error analysis.117MIT
- FlicenseNot gradedqualityCmaintenanceDeploy, manage, and scale applications directly from your AI assistant.3
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to deploy code to any hosting provider by creating PRs, building, and verifying health checks, all from a single natural language command.MIT
Related MCP Connectors
Deploy a multi-user web app from your agent: hosting, auth, database, and permissions.
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Deploy apps on your cloud. Create environments, configure infrastructure, and monitor jobs.
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/antideploy/antideploy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server