GreptimeDB
Summary
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.
Available Actions(6)
list_resources
List all tables in the database.
read_resource
Read data from a specified table. Parameters: table_name (string)
list_tools
List all available tools in the server.
call_tool
Execute an SQL query. Parameters: sql_query (string)
list_prompts
List all available prompts.
get_prompt
Get a specific prompt by its name. Parameters: prompt_name (string)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요