Skip to main content
Glama

DigitalOcean MCP Server

by amranu

configure_digitalocean_api

Set up DigitalOcean API credentials by providing a token and base URL, enabling secure access to all DigitalOcean API endpoints for streamlined integration and management.

Instructions

Configure DigitalOcean API credentials

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" }

You must be authenticated.

Other Tools from DigitalOcean MCP Server

Related Tools

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/amranu/digitalocean-mcp'

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