Labsco
Quorralyne logo

InfluxDB

from Quorralyne

A server for integrating with InfluxDB, a time-series database.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredAdvanced setup

InfluxDB MCP Server

Official Model Context Protocol (MCP) server for InfluxDB integration. Provides tools, resources, and prompts for interacting with InfluxDB v3 (Core/Enterprise/Cloud Dedicated) via MCP clients.


Available Tools

Tool NameDescriptionAvailability
get_helpGet help and troubleshooting guidance for InfluxDB operationsAll versions
write_line_protocolWrite data using InfluxDB line protocolAll versions
create_databaseCreate a new database (with Cloud Dedicated config options)All versions
update_databaseUpdate database configuration (maxTables, retention, etc.)Cloud Dedicated only
delete_databaseDelete a database by name (irreversible)All versions
execute_queryRun a SQL query against a database (supports multiple formats)All versions
get_measurementsList all measurements (tables) in a databaseAll versions
get_measurement_schemaGet schema (columns/types) for a measurement/tableAll versions
create_admin_tokenCreate a new admin token (full permissions)Core/Enterprise only
list_admin_tokensList all admin tokens (with optional filtering)Core/Enterprise only
create_resource_tokenCreate a resource token for specific DBs and permissionsCore/Enterprise only
list_resource_tokensList all resource tokens (with filtering and ordering)Core/Enterprise only
delete_tokenDelete a token by nameCore/Enterprise only
regenerate_operator_tokenRegenerate the operator token (dangerous/irreversible)Core/Enterprise only
cloud_list_database_tokensList all database tokens for Cloud-Dedicated clusterCloud Dedicated only
cloud_get_database_tokenGet details of a specific database token by IDCloud Dedicated only
cloud_create_database_tokenCreate a new database token for Cloud-Dedicated clusterCloud Dedicated only
cloud_update_database_tokenUpdate an existing database tokenCloud Dedicated only
cloud_delete_database_tokenDelete a database token from Cloud-Dedicated clusterCloud Dedicated only
list_databasesList all available databases in the instanceAll versions
health_checkCheck InfluxDB connection and health statusAll versions

Available Resources

Resource NameDescription
influx-configRead-only access to InfluxDB configuration
influx-statusReal-time connection and health status
influx-databasesList of all databases in the instance