Skip to main content
Glama
idoru

InfluxDB MCP Server

by idoru

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
INFLUXDB_ORGNoDefault organization name for certain operations
INFLUXDB_URLNoURL of the InfluxDB instancehttp://localhost:8086
INFLUXDB_TOKENYesAuthentication token for the InfluxDB API

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
flux-query-examples
line-protocol-guide

Resources

Contextual data attached and managed by the client

NameDescription
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