Skip to main content
Glama

GreptimeDB MCP Server

Official
by GreptimeTeam

execute_sql

Execute SQL queries in GreptimeDB using MySQL dialect to retrieve, analyze, and manage data efficiently through a secure Model Context Protocol server interface.

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" }

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