DE

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:

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 
  • 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 
winget install defang 
  • Using a PowerShell script:
iwr https://s.defang.io/defang_win_amd64.zip -OutFile defang.zip 
Expand-Archive defang.zip . -Force 
docker run -it defangio/defang-cli help 

Server Config

{
  "mcpServers": {
    "defang-server": {
      "command": "npx",
      "args": [
        "defang"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: Yes
Global: Yes
Official: Yes

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