DigitalOcean MCP Server

Cloudstdiov0.3.0
Repository

Official DigitalOcean MCP server for managing cloud infrastructure. Lets AI agents deploy and manage App Platform apps, Droplets, databases, and Spaces object storage, and read logs and metrics. Useful for provisioning and operating cloud resources and debugging deployments through an AI assistant.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

{
  "mcpServers": {
    "digitalocean": {
      "command": "npx",
      "args": [
        "-y",
        "@digitalocean/mcp"
      ],
      "env": {
        "DIGITALOCEAN_API_TOKEN": "<YOUR_DIGITALOCEAN_API_TOKEN>"
      }
    }
  }
}

Araçlar (2)

list_apps

List App Platform apps in the account.

{
  "type": "object",
  "properties": {}
}

create_app

Create a new App Platform app from a specification.

{
  "type": "object",
  "required": [
    "spec"
  ],
  "properties": {
    "spec": {
      "type": "object",
      "description": "App Platform app specification"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
DigitalOcean (@digitalocean)
Repository
https://github.com/digitalocean/digitalocean-mcp
Lisans
Apache-2.0
Sürüm
0.3.0
Yıldızlar
300
Son güncelleme
9 Temmuz 2026