Skip to content
Back to search
30
MCP

iotdb-mcp-server-fix

pypi/iotdb-mcp-server-fix

A Model Context Protocol (MCP) server that enables secure interaction with IoTDB databases. This server allows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making database exploration and analysis safer and more structured.

Uptime
0.0%
18 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "iotdb-mcp-server-fix": {
      "url": "None",
      "transport": "http"
    }
  }
}