GreptimeDB MCP Server provides a secure interface for AI assistants to interact with GreptimeDB time-series databases through MySQL protocol. Developed by Greptime Inc., this Python implementation enables listing tables, reading data, and executing SQL queries with built-in security gates that prevent dangerous operations like DROP or DELETE. The server connects to any GreptimeDB instance using configurable connection parameters and exposes database resources as structured MCP resources and tools. Particularly useful for data exploration, time-series analysis, and integrating database operations directly into AI assistant conversations without requiring manual query construction.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Execute SQL queries with format (csv/json/markdown) and limit options.
Execute TQL (PromQL-compatible) queries for time-series analysis.
Execute time-window aggregation queries with RANGE/ALIGN syntax.
Get table schema including column names, types, and constraints.
Analyze SQL or TQL query execution plans.
Check database connection status and server version.
List all pipelines or get details of a specific pipeline.
Create a new pipeline with YAML configuration.
Test a pipeline with sample data without writing to database.
Delete a specific version of a pipeline.