digitalocean
v1.0.68-ghast.1Provision a DigitalOcean Droplet as a remote SSH workspace and inspect or explicitly manage Droplets, images, sizes, regions, account billing, actions, and SSH keys through DigitalOcean's official hosted MCP services.
By DigitalOceanLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/Trapezohe/ghast-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/digitalocean/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/provision-droplet/SKILL.md└── mcp.json
Included Skills1
Provision a DigitalOcean Droplet as a remote SSH development workspace, using DigitalOcean's official accounts and droplets MCP services.
MCP servers2
- url
- https://accounts.mcp.digitalocean.com/mcp
- url
- https://droplets.mcp.digitalocean.com/mcp
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "digitalocean",
"version": "1.0.68-ghast.1",
"description": "Provision a DigitalOcean Droplet as a remote SSH workspace and inspect or explicitly manage Droplets, images, sizes, regions, account billing, actions, and SSH keys through DigitalOcean's official hosted MCP services.",
"author": {
"name": "DigitalOcean",
"url": "https://www.digitalocean.com"
},
"homepage": "https://github.com/digitalocean-labs/mcp-digitalocean",
"repository": "https://github.com/digitalocean-labs/mcp-digitalocean",
"license": "MIT",
"extensions": {
"ai.trapezohe.ghast": {
"category": "development",
"upstreamRevision": "acbe39190b822268192d02ffd77b50319bb3d071",
"upstreamPath": ".",
"icon": "./assets/icon.svg"
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[digitalocean on Agent Plugins Marketplace](https://pluginsmp.com/plugins/digitalocean-2)