IoTDB
Enables database interaction and business intelligence capabilities through Apache IoTDB.
概要
This Model Context Protocol (MCP) server implementation provides database interaction and business intelligence capabilities through Apache IoTDB. It allows users to execute SQL queries, list tables, and describe table schemas, facilitating efficient data retrieval and schema exploration within an IoTDB environment, especially when integrated with applications like Claude Desktop.
主な機能
- View schema information for a specific table.
- 5 GitHub stars
- Execute SELECT queries to read data.
- List all tables in the database.
ユースケース
- Retrieving time-series data using SQL queries.
- Exploring the database schema to understand available tables and columns.
- Integrating database functionalities into applications like Claude Desktop.