iotdb-mcp-server-TreeModel
0
The IoTDB MCP Server for Tree Model is an implementation of the Model Context Protocol (MCP) server designed to enable database interaction and business intelligence through IoTDB. It allows the execution of SQL queries to access and manage data efficiently.
Overview
A Model Context Protocol (MCP) server implementation that provides database interaction and business intelligence capabilities through IoTDB. This server enables running SQL queries.
Components
Tools
- Query Tools
metadata_query
: Execute SHOW/COUNT queries to read metadata from the databaseselect_query
: Execute SELECT queries to read data from the database
Prerequisites
- Python with
uv
package manager - IoTDB installation
- MCP server dependencies