List your app platform apps, view alerts and deployments using the Model Context Protocol.
- Generate a Digital Ocean token here
cp .env.example .envand add your token.- Put this in your Claude config.
{
"mcpServers": {
"digitalocean": {
"command": "uv",
"args": [
"--directory",
"/{ABSOLUTE_PATH_TO_REPO}",
"run",
"main.py"
]
}
}
}