Netdata

Netdata MCP Connector for Claude

F

Monitor real-time infrastructure metrics, analyze system performance, and track active alerts across your nodes and Netdata Cloud spaces.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Netdata monitoring infrastructure to any AI agent for instant, real-time observability and performance analysis through natural language.

What you can do

  • Real-time Metrics — Fetch granular data from specific charts (CPU, RAM, Disk, Network) using get_chart_data to diagnose performance bottlenecks.
  • Agent Health — Inspect node versions, host information, and enabled features with get_agent_info and list_charts.
  • Alert Management — Query active alarms on local agents via get_alarms or monitor space-wide critical issues using list_space_alerts.
  • Cloud Orchestration — Navigate your entire infrastructure by listing spaces, rooms, and nodes connected to Netdata Cloud.
  • Scraping & Export — Retrieve all metrics in a format suitable for external analysis tools using get_all_metrics.

How it works

  1. Subscribe to this server
  2. Enter your Netdata Cloud Token or Agent URL
  3. Start monitoring your infrastructure from Claude, Cursor, or any MCP-compatible client

No more jumping between dashboards to find which node is spiking. Your AI acts as a 24/7 SRE or System Administrator.

Who is this for?

  • DevOps Engineers — instantly correlate system alerts with recent deployments without leaving the terminal or IDE.
  • SREs — automate the retrieval of chart data and alarm statuses to speed up incident response.
  • System Administrators — manage large-scale node environments by querying spaces and rooms via simple conversation.
real-time-monitoringinfrastructure-observabilitysystem-metricsperformance-analysisalert-management

10 tools expose this connector's capabilities to your AI agent.

get_alarms

Get current status of all configured alarms

get_all_metrics

Get all metrics for scraping

list_charts

). List all available charts on the node

get_chart_data

Fetch metric data from a specific chart

get_agent_info

Get Netdata Agent information

list_room_nodes

List nodes within a specific room

list_rooms

List rooms within a specific space

list_space_alerts

Fetch active alerts across the space

list_space_nodes

List all nodes connected to a space

list_spaces

List all Netdata Cloud spaces

See how to talk to your AI agent using Netdata.

Get the current information and version of the Netdata agent.

I've retrieved the agent info. The host is 'prod-server-01' running Netdata version v1.44.1 with 128 enabled collectors.

List all available charts on this node so I can see what metrics are being collected.

I've compiled the list of charts. You have access to metrics for 'system.cpu', 'system.ram', 'net.eth0', and 45 other dimensions. Which one would you like to analyze?

Are there any active alarms or warnings on the local agent right now?

Checking alarms... I found one warning for 'disk_backlog' on /dev/sda. All other system health checks are currently clear.

Use the `get_chart_data` tool. You need to provide the `chart` ID (e.g., 'system.cpu') and optionally specify time ranges like `after` or aggregation methods like `group`.

Related Connectors