Skip to content

[Server Request]: Add Defang MCP Server to Cursor MCP Directory #192

@KevyVo

Description

@KevyVo

Server Name

Defang MCP Server

Server URL/Repository

https://github.com/DefangLabs/defang/tree/main/src/pkg/mcp

Description

This MCP server provides integration with Defang, enabling AI assistants to perform cloud deployments across providers such as AWS, GCP, DigitalOcean, and the Defang Playground.

Defang is a deployment tool that lets you take your app from Docker Compose to a secure and scalable deployment on your favorite cloud in minutes. Defang abstracts away the complexity of cloud infrastructure, providing you with a streamlined experience.

Dark SVG Logo
Image

Light SVG Logo
Image

Black Icon SVG
Image

Requirements Check

  • Provides clear installation and configuration instructions
  • Focused on developer tools/services (not consumer applications)
  • Has appropriate icon or branding available

Configuration JSON

{
  "mcpServers": {
    "defang": {
      "type": "stdio",
      "command": "npx",
      "args": [
		"-y",
        "defang",
        "mcp",
        "serve",
        "--client=cursor"
      ]
    }
  }
}

Authentication

  • This server uses OAuth authentication

Icon

  • I've attached a square SVG logo to this issue

Documentation URL (if applicable)

https://docs.defang.io/docs/concepts/mcp

Additional Context

This is valuable to developers because it allows them to deploy any application to their cloud of choice within the Cursor IDE by simply using a Docker Compose file, while the Defang MCP Server handles the entire deployment process. Documentation explaining how Defang works is available here, along with tutorials on how to use the Defang MCP server.

Submission Guidelines

  • Read the Contributing Guidelines
  • Searched existing issues and servers to avoid duplicates
  • Server provides significant value to developer community

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions