DigitalOcean MCP Prototype
List your app platform apps, view alerts and deployments using the Model Context Protocol.
Setup
- 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"
]
}
}
}
Recommend MCP Servers 💡
terraform-cloud-mcp
Integrates AI assistants with Terraform Cloud API for infrastructure management through natural conversation
ares-devops-mcp
A MCP server enabling seamless interaction with Azure DevOps Git repositories, supporting repository management, pull request creation, pipeline automation, and type-safe operations with TypeScript.
LiTschii/remote-mcp-server
A remote MCP server deployed on Cloudflare Workers, demonstrating how to expose tools via an SSE endpoint with OAuth login.
@zxkane/mcp-server-amazon-bedrock
Model Context Procotol(MCP) server for using Amazon Bedrock Nova Canvas to generate images
Firefly
Firefly's MCP Server enables AI agents and copilots to automate, manage, and govern cloud infrastructure by codifying resources, detecting drift, and triggering instant fixes.
aws-cognito-mcp-server
A Model Context Protocol (MCP) server implementation that connects to AWS Cognito for authentication and user management.