openGemini-mcp-server
If you are the rightful owner of openGemini-mcp-server 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.
A Model Context Protocol (MCP) server implementation for CNCF openGemini.
The openGemini-mcp-server is a specialized server implementation designed to facilitate secure and structured interactions with openGemini databases. It provides AI assistants with the capability to explore and analyze databases efficiently. The server supports various operations such as listing databases, listing measurements within a database, reading sample data from measurements, and executing InfluxQL queries. This makes it a powerful tool for users who need to manage and query their openGemini clusters programmatically.
Features
- list_databases: List all databases on your openGemini cluster.
- list_measurements: List all measurements in a database, requiring the database name as input.
- read_resource: Read sample data from a measurement, requiring the measurement name as input.
- execute_influxql: Execute an InfluxQL query on your openGemini cluster, supporting queries that start with SELECT or SHOW.