This tool serves as a Model Context Protocol (MCP) server, bridging AI-powered development environments like Cursor AI, Claude Desktop, and VS Code with your DigitalOcean managed databases. It streamlines database interaction by allowing users to connect using a DigitalOcean API token instead of manual credentials, enabling auto-discovery and connection by name for PostgreSQL and MySQL clusters. Once connected, users can interact with their databases through natural language, performing tasks such as listing clusters, connecting to specific databases, listing tables, describing schemas, and executing SQL queries.
Key Features
01Token-Based Authentication for DigitalOcean API
02Automatic Database Cluster Discovery
03Multi-Database Support (PostgreSQL and MySQL)
04Secure SSL Connections Enabled by Default
05Full SQL Query Execution and Schema Management
061 GitHub stars