P
mcp-digitalocean-server
...
Created 1/29/2025byluc-io
Language:
Python
Stars:
5
Forks:
3
MCP DigitalOcean Server
A Model Context Protocol implementation that integrates with DigitalOcean for server management.
Setup
- Clone this repository
- Copy
.env.example
to.env
and fill in your DigitalOcean API token - Install dependencies:
pip install -r requirements.txt
- Run the server:
python src/server.py
Features
- MCP Protocol implementation
- DigitalOcean integration for server management
- FastAPI-based HTTP server
Configuration
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)
Last updated: 3/4/2025
Publisher info
More MCP servers built with Python
apollo-io-mcp-server
MCP server that exposes the Apollo.io API functionalities as tools
By Edward Choh
DeepView MCP
Enables IDEs like Cursor and Windsurf to analyze large codebases using Gemini's extensive context window.
By ai-1st