Skip to main content
Glama

GreptimeDB MCP Server

Official
by GreptimeTeam

execute_sql

Run SQL queries in MySQL dialect directly on GreptimeDB using a controlled interface designed for secure database interactions and data exploration.

Instructions

Execute SQL query against GreptimeDB. Please use MySQL dialect when generating SQL queries.

Input Schema

NameRequiredDescriptionDefault
queryYesThe SQL query to execute (using MySQL dialect)

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The SQL query to execute (using MySQL dialect)", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from GreptimeDB MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/GreptimeTeam/greptimedb-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server