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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Lists the tables available in the database.
Reads data from a specified table.
Lists the tools available for use.
Executes a specified SQL query.
Lists the prompts that can be used.
Retrieves a specific prompt by its name.