GreptimeTeam/greptimedb-mcp-server
MCP Server for querying GreptimeDB.
Ads
Overview
MCP Server for querying GreptimeDB.
Installation
pip install greptimedb-mcp-server
Configuration
{
"mcpServers": {
"greptimedb": {
"command": "greptimedb-mcp-server",
"args": ["--host", "localhost", "--database", "public"]
}
}Capabilities
- Run SQL queries
Use `execute_sql` to query metrics, logs, and traces with CSV, JSON, or Markdown output and configurable limits.
- Analyze time-series with TQL
Use `execute_tql` for PromQL-compatible queries to analyze time-series data.
- Perform range aggregations
Use `query_range` for time-window aggregation queries with RANGE/ALIGN syntax.
- Inspect table profiles
Use `describe_table` to see schema, semantic metadata, sample rows, and query guidance.
- Explain query plans
Use `explain_query` to analyze SQL or TQL execution plans, optionally with runtime stats and per-partition metrics.
- Manage pipelines
Create, dry-run, list, and delete pipelines using `create_pipeline`, `dryrun_pipeline`, `list_pipelines`, and `delete_pipeline`.
Tags
- database
- data-analysis
- monitoring
- awesome-list
Related MCP servers
InstantDB
OfficialCreate, manage, and update applications on InstantDB, the modern Firebase.
Jitsu
OfficialManage Jitsu data pipelines from your AI assistant — destinations, streams, connections, syncs, functions, and live events.
PostgreSQL MCP Server
OfficialRun read-only SQL queries and inspect PostgreSQL schemas from your MCP client.
Financial Datasets
OfficialStock market API made for AI agents