iotdb-mcp-server

iotdb-mcp-server

21

The IoTDB MCP Server is a specialized server providing database interaction capabilities and business intelligence features through IoTDB, enabling the execution of complex SQL queries. It offers tools and configurations for both tree and table models to interact with the database effectively.

What is the IoTDB MCP Server?

The IoTDB MCP Server is a Model Context Protocol server that enables database interaction and business intelligence capabilities through IoTDB, allowing users to execute SQL queries.

What models does the IoTDB MCP Server support?

The server supports both Tree and Table models, providing flexibility in how data is queried and managed.

How can I configure the IoTDB MCP Server for Claude Desktop?

You can configure the server by editing the Claude Desktop configuration file, specifying the command, arguments, and environment variables needed to run the server.

What tools are available in the Tree Model?

In the Tree Model, tools like 'metadata_query' for executing SHOW/COUNT queries and 'select_query' for executing SELECT queries are available.

How do I list all tables in the database using the Table Model?

You can use the 'list_tables' tool in the Table Model to get a list of all tables in the database.