InfluxDB MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INFLUXDB_ORG | No | Default organization name for certain operations | |
| INFLUXDB_URL | No | URL of the InfluxDB instance | http://localhost:8086 |
| INFLUXDB_TOKEN | Yes | Authentication token for the InfluxDB API |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| write-dataA | Stream newline-delimited line protocol records into a bucket. Use this after composing measurements so the LLM can insert real telemetry, optionally controlling timestamp precision. |
| query-dataA | Execute a Flux query inside an organization to inspect measurement schemas, run aggregations, or validate recently written data. |
| create-bucketB | Provision a new bucket under an organization so that subsequent write-data calls have a destination. |
| create-orgA | Create a brand-new organization to isolate users or projects before generating buckets and tokens. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| flux-query-examples | |
| line-protocol-guide |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| orgs | |
| buckets |
Latest Blog Posts
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/idoru/influxdb-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server