health_check
Check database connection status and server version
How to use it
health_check is exposed by the Greptimedb MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the health_check tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Greptimedb MCP Server
npx @modelcontextprotocol/inspector uv --directory . run -m greptimedb_mcp_server.serverOther tools in Greptimedb MCP Server (5)
Inspect a table profile: schema, semantic metadata, latest sample rows, and query guidance
Execute SQL queries with format (csv/json/markdown) and limit options
Execute TQL (PromQL-compatible) queries for time-series analysis
Analyze SQL or TQL query execution plans (analyze=true for runtime stats; add verbose=true alongside analyze=true for per-partition scan metrics and index-pruning counters)
Execute time-window aggregation queries with RANGE/ALIGN syntax