Defang
Created 5 months ago
Defang MCP Server enables seamless cloud deployment from IDEs.
development
documentation
public
What is Defang?
Deploy your project to the cloud seamlessly with the [Defang](https://www.defang.io) platform without leaving your integrated development environment
Documentation
Getting started
- Read our Getting Started page
- Follow the installation instructions from the Installing page
- Take a look at our Samples folder for example projects in various programming languages.
- Try the AI integration by running
defang generate - Start your new service with
defang compose up
Installing
Install the Defang CLI from one of the following sources:
- Using the Homebrew package manager DefangLabs/defang tap:
brew install DefangLabs/defang/defang
- Using a shell script:
eval "$(curl -fsSL s.defang.io/install)"
- Using Go:
go install github.com/DefangLabs/defang/src/cmd/cli@latest
- Using the Nix package manager:
- with Nix-Env:
nix-env -if https://github.com/DefangLabs/defang/archive/main.tar.gz
- or with Flakes:
nix profile install github:DefangLabs/defang#defang-bin --refresh
- Using winget:
winget install defang
- Using a PowerShell script:
iwr https://s.defang.io/defang_win_amd64.zip -OutFile defang.zip
Expand-Archive defang.zip . -Force
- Using the official image from Docker Hub:
docker run -it defangio/defang-cli help
- or download the latest binary of the Defang CLI.
Server Config
{
"mcpServers": {
"defang-server": {
"command": "npx",
"args": [
"defang"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 02, 2025
Updated At:
Aug 07, 2025
Author:
Defang Labs
Category:
official
License:
MIT
Tags:
development
documentation
public