Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
MCP DigitalOcean Server: Manages DigitalOcean servers using the Model Context Protocol with a FastAPI-based HTTP server.
A Model Context Protocol implementation that integrates with DigitalOcean for server management.
.env.example
to .env
and fill in your DigitalOcean API tokenpip install -r requirements.txt
python src/server.py
Configure the following environment variables in your .env
file:
DIGITALOCEAN_TOKEN
: Your DigitalOcean API tokenMCP_SERVER_PORT
: Port for the MCP server (default: 8000)MCP_SERVER_HOST
: Host for the MCP server (default: 0.0.0.0)