rohit-kaundal/digitalocean-mcp-server
If you are the rightful owner of digitalocean-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server providing programmatic access to DigitalOcean's API for managing droplets, Kubernetes clusters, and container registries.
Tools
Functions exposed to the LLM to take actions
test_connection
Test API connectivity and authentication.
list_droplets
List all droplets in your account.
get_droplet
Get details of a specific droplet.
create_droplet
Create a new droplet.
delete_droplet
Delete a droplet.
list_k8s_clusters
List all Kubernetes clusters.
get_k8s_cluster
Get details of a specific cluster.
create_k8s_cluster
Create a new Kubernetes cluster.
delete_k8s_cluster
Delete a Kubernetes cluster.
list_registries
List all container registries.
get_registry
Get details of a specific registry.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client