Skip to main content
Glama

IoTDB MCP Server

by JackieTien97

iotdb-mcp-サーバー

IoTDB用のモデル コンテキスト プロトコル (MCP) サーバー実装。

このサーバーは、AIアシスタントにデータベースを安全かつ構造化された方法で探索・分析する手段を提供します。制御されたインターフェースを介してテーブルの一覧表示、データの読み取り、SQLクエリの実行が可能になり、責任あるデータベースアクセスが確保されます。

機能

  • テーブルを一覧表示するにはlist_resources使用します
  • テーブルデータを読み取るためのread_resource
  • ツールを一覧表示するにはlist_tools使用します
  • SQLを実行するためのcall_tool
  • list_promptsはプロンプトを一覧表示します
  • get_prompt名前でプロンプトを取得します

使用法

前提条件

  • uvパッケージ マネージャーを使用した Python
  • IoTDBのインストール
  • MCP サーバーの依存関係

発達

# Clone the repository git clone https://github.com/JackieTien97/iotdb_mcp_server.git cd iotdb_mcp_server # Create virtual environment uv venv source venv/bin/activate # or `venv\Scripts\activate` on Windows # Install development dependencies uv sync

クロードデスクトップ統合

Claude Desktop の構成ファイルで MCP サーバーを構成します。

macOS

場所: ~/Library/Application Support/Claude/claude_desktop_config.json

ウィンドウズ

場所: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "iotdb": { "command": "~/PycharmProjects/iotdb_mcp_server/.venv/bin/python", "args": [ "~/PycharmProjects/iotdb_mcp_server/src/iotdb_mcp_server/server.py" ], "env": { "IOTDB_HOST": "127.0.0.1", "IOTDB_PORT": "6667", "IOTDB_USER": "root", "IOTDB_PASSWORD": "root", "IOTDB_DATABASE": "test" } } } }
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

AI アシスタントが、テーブルの一覧表示、データの読み取り、SQL クエリの実行のための制御されたインターフェースを通じて、Apache IoTDB データベースと安全に対話できるようにするモデル コンテキスト プロトコル サーバー。

  1. 機能
    1. 使用法
      1. 前提条件
      2. 発達
      3. クロードデスクトップ統合

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that enables secure and structured interaction with Microsoft SQL Server databases, allowing AI assistants to list tables, read data, and execute SQL queries with controlled access.
      Last updated -
      20
      Python
      MIT License
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that enables secure interaction with Microsoft SQL Server databases, allowing AI assistants to list tables, read data, and execute SQL queries through a controlled interface.
      Last updated -
      1
      108
      Python
      MIT License
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server implementation that enables AI assistants to securely interact with GreptimeDB, allowing them to explore database schema, read data, and execute SQL queries through a controlled interface.
      Last updated -
      1
      18
      Python
      MIT License
      • Apple
    • -
      security
      -
      license
      -
      quality
      A Model Context Protocol server that enables AI assistants to securely interact with ClickHouse databases, supporting table exploration and SQL query execution through a controlled interface.
      Last updated -
      6
      Python
      Apache 2.0

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/JackieTien97/iotdb_mcp_server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server