Skip to main content
Glama
dburton-influxdata

Telegraf Controller MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TELEGRAF_CONTROLLER_URLYesBase URL of Telegraf Controller APIhttp://localhost:8888

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_configsA

List all Telegraf configurations with metadata

get_configA

Get a Telegraf configuration in TOML format with optional parameter substitution

get_config_detailsB

Get detailed metadata about a Telegraf configuration (JSON format)

create_configB

Create a new Telegraf configuration

update_configB

Update an existing Telegraf configuration

delete_configB

Delete a Telegraf configuration

list_agentsA

List Telegraf agents, optionally filtered by status

get_agent_detailsB

Get detailed information about a specific Telegraf agent

get_agent_summaryA

Get a summary of all agents including status breakdown and health percentage

delete_agentB

Delete a Telegraf agent from the controller

list_reporting_rulesA

List all reporting rules that define agent health thresholds

get_reporting_ruleB

Get details of a specific reporting rule

create_reporting_ruleB

Create a new reporting rule to define when agents are considered unhealthy

update_reporting_ruleD

Update an existing reporting rule

delete_reporting_ruleA

Delete a reporting rule (agents using it will be reassigned to default rule)

health_checkA

Check the health status of the Telegraf Controller

Prompts

Interactive templates invoked by user choice

NameDescription
check-agent-healthGenerate a comprehensive health check report for all Telegraf agents
troubleshoot-not-reportingDiagnose why agents are not reporting and provide troubleshooting steps
create-config-from-templateGuide through creating a Telegraf configuration for a specific use case
deploy-config-to-agentsProvide instructions for deploying a configuration to Telegraf agents
optimize-reporting-rulesAnalyze current reporting rules and suggest optimizations
agent-fleet-overviewGenerate a comprehensive overview of the Telegraf agent fleet

Resources

Contextual data attached and managed by the client

NameDescription
Telegraf Controller StatusReal-time controller and agent status including health summary
Telegraf ConfigurationsList of all Telegraf configurations with metadata
Telegraf AgentsList of all Telegraf agents with status information
Reporting RulesAgent health reporting rules and thresholds

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/dburton-influxdata/telegraf-controller-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server