Defang
@DefangLabs
Defang について
Defang CLI. Develop Once, Deploy Anywhere. Take your app from Docker Compose to a secure and scalable deployment on your favorite cloud in minutes.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"defang": {
"command": "npx",
"args": [
"-y",
"defang@latest",
"mcp",
"serve"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Defang?
The Defang MCP Server is an MCP server equipped with Defang tools (deploy, services, destroy) to help users manage their services seamlessly using AI coding agents within supported IDEs.
How to use Defang?
Install the npm package manager, then run npx -y defang@latest mcp setup --client=<your-ide> to connect to your IDE. After setup, start the server with npx -y defang@latest mcp serve. You can then access the Defang MCP tools through the AI agent chat in your IDE.
Key features of Defang
- Offers three MCP tools: deploy, services, destroy.
- Deploy scans for Dockerfiles and compose.yaml files.
- Services displays deployed service details and status.
- Destroy terminates all deployed services for a project.
- Supports multiple IDEs: Cursor, Windsurf, Codex, VS Code, VS Code Insiders, and Claude Desktop.
- Setup and serve via simple npx commands.
Use cases of Defang
- Deploy services from a project directory using an AI coding agent.
- Monitor deployed services' status, public URLs, and IDs.
- Quickly tear down all services associated with a project.
- Integrate service management into an AI-assisted development workflow.
FAQ from Defang
What IDEs are supported?
Supported IDEs include Cursor, Windsurf, Codex, VS Code, VS Code Insiders, and Claude Desktop.
What does the deploy tool do?
The deploy tool scans your project directory for Dockerfiles and compose.yaml files, then deploys the detected service(s) using Defang. Deployment progress can be monitored in the Defang Portal.
How do I set up the Defang MCP Server?
Run npx -y defang@latest mcp setup --client=<your-ide> for your preferred IDE, then start the server with npx -y defang@latest mcp serve.
What information does the services tool provide?
The services tool shows Service Name, Deployment ID, Public URL, and Service Status for all currently deployed services.
What does the destroy tool require?
Given a project name or directory, the destroy tool identifies and terminates all services deployed with Defang.
「クラウドとインフラ」の他のコンテンツ
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Cloudflare MCP Server
cloudflareSample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
コメント