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

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

TDQS

A3.6/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct operation: organization creation, bucket creation, data writing, and querying. There is no overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb-noun pattern with hyphens (create-bucket, create-org, query-data, write-data).

Tool Count4/5

With 4 tools, the server is well-scoped for basic InfluxDB operations, though it is on the smaller side.

Completeness2/5

The set lacks read, update, and delete operations for organizations and buckets, which are common needs when managing an InfluxDB instance. This could lead to agent failures.

Maintenance

ActivityInactive
ResponsivenessUnresponsive