DigitalOcean MCP Prototype

April 20, 2025 ยท View on GitHub

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"
            ]
        }
    }
}