Skip to main content
Glama

DigitalOcean MCP Server

Official
by digitalocean
index.ts353 B
#!/usr/bin/env node import logger from "./logger"; import { createServer, startStdioServer } from "./server"; import dotenv from "dotenv"; dotenv.config(); async function main() { const server = createServer(); startStdioServer(server); } main().catch((error) => { logger.error("Error starting server:", error.message); process.exit(1); });

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

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