Loading languages...
XI

xiangmy21/iotdb-mcp-server-TreeModel

@xiangmy21

iotdb-mcp-server for tree model

iotdb
mcp-server
sql-query
database-integration

# mcpServer Config

{
  "mcpServers": {
    "iotdb": {
      "command": "uv",
      "args": [
        "--directory",
        "YOUR_REPO_PATH/src/iotdb_mcp_server",
        "run",
        "server.py"
      ],
      "env": {
        "IOTDB_HOST": "127.0.0.1",
        "IOTDB_PORT": "6667",
        "IOTDB_USER": "root",
        "IOTDB_PASSWORD": "root",
        "IOTDB_DATABASE": "test"
      }
    }
  }
}

# stdio

uv --directory YOUR_REPO_PATH/src/iotdb_mcp_server run server.py
Transport:
stdio
Language:
Python
Created:4/14/2025
Updated:4/14/2025