Skip to main content
Glama

DigitalOcean MCP Server

configure_digitalocean_api

Set up and manage DigitalOcean API credentials directly or via environment variables, enabling authenticated access to DigitalOcean's API endpoints for streamlined integration and automation.

Instructions

Configure DigitalOcean API credentials. Can be auto-configured from DIGITALOCEAN_API_TOKEN environment variable.

Input Schema

NameRequiredDescriptionDefault
baseUrlNoAPI base URL (default: https://api.digitalocean.com)https://api.digitalocean.com
tokenYesDigitalOcean API token

Input Schema (JSON Schema)

{ "properties": { "baseUrl": { "default": "https://api.digitalocean.com", "description": "API base URL (default: https://api.digitalocean.com)", "type": "string" }, "token": { "description": "DigitalOcean API token", "type": "string" } }, "required": [ "token" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/undefined/digitalocean-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server