
Digitalocean
- 10 repo stars
- Updated January 30, 2026
- vanman2024/ai-dev-marketplace
Integrate DigitalOcean — App Platform, Droplets, Kubernetes, Managed Databases, Spaces — with MCP support for AI-assisted deployments.
About
Skill for DigitalOcean cloud integration spanning App Platform, Droplets, Kubernetes, Managed Databases, and Spaces, with official MCP support for AI-assisted deployments. An operator uses it to provision and manage cloud infrastructure for an app.
- App Platform & Droplets
- Kubernetes (DOKS)
- Managed databases & Spaces
- Official MCP server
Digitalocean by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add vanman2024/ai-dev-marketplace/plugin install digitalocean@ai-dev-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 10 |
|---|---|
| Last updated | January 30, 2026 |
| Repository | vanman2024/ai-dev-marketplace ↗ |
What it does
Integrate DigitalOcean — App Platform, Droplets, Kubernetes, Managed Databases, Spaces — with MCP support for AI-assisted deployments.
README.md
DigitalOcean Plugin
Complete DigitalOcean cloud deployment plugin for building and managing cloud infrastructure. Deploy apps, manage Droplets, Kubernetes clusters, serverless functions, databases, and storage.
Features
- App Platform - PaaS deployment from Git or container images
- Droplets - Virtual machine provisioning and management
- Kubernetes - Managed K8s cluster deployment
- Functions - Serverless function deployment
- Managed Databases - PostgreSQL, MySQL, Redis, MongoDB, Kafka
- Spaces - S3-compatible object storage
- MCP Integration - Official DigitalOcean MCP server support
Commands
| Command | Description |
|---|---|
/digitalocean:build |
Deploy complete infrastructure on DigitalOcean |
/digitalocean:add |
Add specific DigitalOcean services to existing project |
Agents
| Agent | Role | Model |
|---|---|---|
app-platform-agent |
App Platform deployment orchestration | sonnet |
infrastructure-agent |
Droplets, VPC, networking setup | sonnet |
kubernetes-agent |
Managed K8s cluster deployment | sonnet |
database-agent |
Managed database provisioning | haiku |
Quick Start
# Deploy full-stack app to App Platform
/digitalocean:build
# Add managed database to existing project
/digitalocean:add database postgresql
# Add Spaces storage
/digitalocean:add spaces
Documentation Links
Environment Variables
# Required
DIGITALOCEAN_TOKEN=your_digitalocean_api_token_here
# Optional
DIGITALOCEAN_SPACES_ACCESS_KEY=your_spaces_access_key_here
DIGITALOCEAN_SPACES_SECRET_KEY=your_spaces_secret_key_here
MCP Server Integration
DigitalOcean provides official MCP servers for AI tool integration:
{
"mcpServers": {
"digitalocean": {
"url": "https://mcp.digitalocean.com/sse",
"headers": {
"Authorization": "Bearer ${DIGITALOCEAN_TOKEN}"
}
}
}
}