MCPServers
InfluxDB logo

InfluxDB

5
332
0

Summary

InfluxDB MCP Server provides a bridge between AI assistants and InfluxDB time-series databases, enabling operations like querying measurements, writing data, and managing buckets and organizations. Developed by Sam Coward, this implementation exposes InfluxDB's functionality through four resources and four tools, with additional prompts for Flux query examples and Line Protocol formatting guidance. The server authenticates via environment variables and includes comprehensive error handling and logging for reliability. It's particularly valuable for developers and data analysts who need to interact with time-series data through AI assistants for monitoring, visualization, and data management tasks.

Available Actions(4)

write-data

Write time-series data in line protocol format. Parameters: org, bucket, data, precision (optional)

query-data

Execute Flux queries. Parameters: org, query

create-bucket

Create a new bucket. Parameters: name, orgID, retentionPeriodSeconds (optional)

create-org

Create a new organization. Parameters: name, description (optional)

Last Updated: April 17, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Try it now in
HighlightHighlight AI

Quick Setup

Language

TypeScript

Categories

Tags

InfluxDB MCP Server