AI

Apache IoTDB

Created 6 months ago

IoTDB is a data management system for time series data, providing services for data collection, storage, and analysis.

development documentation public IoT database

What is Apache IoTDB?

MCP Server for [Apache IoTDB](https://github.com/apache/iotdb) database and its tools

Documentation

Overview

IoTDB (Internet of Things Database) is a data management system for time series data, which provides users with specific services, including data collection, storage and analysis. Due to its lightweight structure, high performance and usable features, together with its seamless integration with the Hadoop and Spark ecosystem, IoTDB meets the requirements of massive dataset storage, high throughput data input, and complex data analysis in the industrial IoT field.

Main Features

  1. Flexible deployment strategy.
  2. Low cost on hardware.
  3. Efficient directory structure.
  4. High-throughput read and write.
  5. Rich query semantics.
  6. Easy to get started.
  7. Seamless integration with state-of-the-practice Open Source Ecosystem.

Quick Start

This short guide will walk you through the basic process of using IoTDB. For a more detailed introduction, please visit our website's User Guide.

Server Config

{
  "mcpServers": {
    "apache-iotdb-server": {
      "command": "npx",
      "args": [
        "apache-iotdb"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Apache Software Foundation
Category: official
License: Apache 2.0
Tags:
development documentation public