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 💡
anandkumarpatel/remote-mcp-server
A remote Model Context Protocol (MCP) server designed to run on Cloudflare Workers, featuring OAuth login and demonstrating integration with MCP Inspector and Claude Desktop.
alibabacloud-devops-mcp-server
AlibabaCloud Devops MCP Server enables AI assistants to interact with the Yunxiao platform, providing tools for managing code repositories, projects, pipelines, and packages within the Alibaba Cloud DevOps ecosystem.
@edgee/mcp-server-edgee
An MCP Server for the Edgee API, providing tools for organization, project, component, and user management through the Model Context Protocol.
@xeroapi/xero-mcp-server
An MCP server that integrates with the MCP protocol. https://modelcontextprotocol.io/introduction
redis/mcp-redis-cloud
This MCP Server for Redis Cloud's API allows you to manage your Redis Cloud resources using natural language.
harness-mcp-server
A Model Context Protocol (MCP) server that integrates with Harness APIs to provide automation and interaction capabilities for pipelines, pull requests, repositories, and logs.