Agent Plugins Marketplace
All plugins

digitalocean

v1.0.68-ghast.1

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.

Agent Plugins1 Skill2 MCP serversStreamable HTTP

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-plugins

Clone 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

plugins/digitalocean/
├── plugin.json
├── skills/provision-droplet/SKILL.md
└── mcp.json

Included Skills1

provision-dropletskills/provision-droplet/SKILL.md

Provision a DigitalOcean Droplet as a remote SSH development workspace, using DigitalOcean's official accounts and droplets MCP services.

MCP servers2

digitalocean-accountsStreamable HTTP
url
https://accounts.mcp.digitalocean.com/mcp
digitalocean-dropletsStreamable HTTP
url
https://droplets.mcp.digitalocean.com/mcp

Plugin manifests1

plugins/digitalocean/plugin.json
{
  "$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"
    }
  }
}

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)