Skip to main content
Glama
amranu

DigitalOcean MCP Server

by amranu
types.ts371 B
export interface DOEndpoint { path: string; method: string; operationId: string; summary: string; description: string; tags: string[]; parameters: DOParameter[]; } export interface DOParameter { name: string; in: string; required: boolean; description: string; type: string; } export interface DOApiConfig { token: string; baseUrl: string; }

Latest Blog Posts

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