Defang CLI and MCP Server enable developers to deploy applications from Docker Compose to secure cloud infrastructure in minutes. Supports multiple cloud providers and offers AI integration for streamlined development workflows.
The Defang MCP Server enables seamless cloud deployment from supported IDEs like Cursor, Windsurf, VS Code, and Claude.
{
"mcpServers": {
"defang": {
"command": "defang",
"args": ["mcp", "serve"],
"env": {
"DEFANG_FABRIC": "fabric-prod1.defang.dev",
"DEFANG_ISSUER": "https://auth.defang.io"
}
}
}
}