iotdb-mcp-server

Apache IoTDB MCP Server

GitHub Stars

27

User Rating

Not Rated

Favorites

0

Views

82

Forks

13

Issues

3

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.6 or higher
Apache IoTDB: 0.12.0 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/apache/iotdb-mcp-server.git
cd iotdb-mcp-server

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python main.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Unable to connect to IoTDB Solution: Verify IoTDB settings and ensure correct connection information is being used.