Loading languages...
OL

oliverbenns/digitalocean-mcp

@oliverbenns

List your app platform apps, view alerts and deployments using the Model Context Protocol

digitalocean
cloud
deployments
alerts

DigitalOcean MCP Prototype

List your app platform apps, view alerts and deployments using the Model Context Protocol.

Setup

  • Generate a Digital Ocean token here
  • cp .env.example .env and add your token.
  • Put this in your Claude config.
{
  "mcpServers": {
        "digitalocean": {
            "command": "uv",
            "args": [
                "--directory",
                "/{ABSOLUTE_PATH_TO_REPO}",
                "run",
                "main.py"
            ]
        }
    }
}

# mcpServer Config

{
  "mcpServers": {
    "digitalocean": {
      "command": "uv",
      "args": [
        "--directory",
        "/{ABSOLUTE_PATH_TO_REPO}",
        "run",
        "main.py"
      ]
    }
  }
}

# stdio

uv run main.py
Transport:
stdio
Language:
Python
Created: 4/20/2025
Updated: 4/20/2025