mcp-everest
If you are the rightful owner of mcp-everest and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An unofficial MCP server implementation for Percona Everest, enabling AI-powered interaction with database clusters through a standardized protocol.
The Unofficial Percona Everest MCP Server is designed to facilitate AI-driven interactions with Percona Everest, an open-source cloud-native database platform. This server leverages the Model Context Protocol (MCP) to provide a standardized method for accessing and managing database clusters. By implementing this server, users can interact with Percona Everest clusters using AI models, enhancing automation and efficiency in database management tasks. The server supports various operations such as listing database clusters, retrieving cluster details, and fetching credentials, all through a consistent protocol interface. This implementation aims to expand its capabilities by integrating more API endpoints and supporting additional database platforms in the future.
Features
- AI-Powered Interaction: Enables AI models to interact with Percona Everest database clusters.
- Standardized Protocol: Utilizes MCP for consistent and efficient communication.
- Cluster Management: Provides tools for listing and managing database clusters.
- Credential Access: Fetches credentials for secure database access.
- Component Information: Retrieves detailed information about database cluster components.
Tools
list_database_clusters
Lists all available database clusters in the specified namespace.
get_database_cluster
Retrieves detailed information about a specific database cluster.
get_database_cluster_credentials
Fetches credentials for a specific database cluster.
get_database_cluster_components
Gets components information for a specific database cluster.