From 8e33261e1627e60ac1f4f960bb343f03b9e0f303 Mon Sep 17 00:00:00 2001 From: Sam Coward Date: Tue, 18 Mar 2025 19:14:37 -0400 Subject: [PATCH] Add an influxdb mcp server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 263cf17f..76b9d0c4 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [XGenerationLab/xiyan_mcp_server](https://github.com/XGenerationLab/xiyan_mcp_server) πŸ“‡ ☁️ β€” An MCP server that supports fetching data from a database using natural language queries, powered by XiyanSQL as the text-to-SQL LLM. - [bytebase/dbhub](https://github.com/bytebase/dbhub) πŸ“‡ 🏠 – Universal database MCP server supporting mainstream databases. - [GreptimeTeam/greptimedb-mcp-server](https://github.com/GreptimeTeam/greptimedb-mcp-server) 🐍 🏠 - MCP Server for querying GreptimeDB. +- **[idoru/influxdb-mcp-server](https://github.com/idoru/influxdb-mcp-server)** πŸ“‡ ☁️ 🏠 - Run queries against InfluxDB OSS API v2. ### πŸ’» Developer Tools