netdata
The fastest path to AI-powered full stack observability, even for lean teams.
claude mcp add --transport stdio netdata-netdata docker run -i netdata/netdata
How to use
Netdata in this MCP server provides real-time, per-second metrics collection and visualization for infrastructure and applications. It exposes a live monitoring interface via the Netdata Docker image, offering dashboards, alarms, and a REST-like API for metrics. You can access per-node health, system metrics, and application-specific charts, and you can integrate Netdata dashboards into your own tooling or dashboards for quick insights across multiple servers.
How to install
Prerequisites:
- Docker installed and running on the host
Installation steps:
- Ensure Docker is installed
- macOS/Linux: https://docs.docker.com/get-dstarted/
- Windows: https://docs.docker.com/desktop/
- Pull and run the Netdata container: docker run -i netdata/netdata
- Access the Netdata UI in your browser at http://localhost:19999 (default port)
- Optional: configure volumes for persistent storage and enable any required permissions per the Netdata docs
If you need to customize, you can pass environment variables or mount a config directory as documented by Netdata.
Additional notes
Tips:
- The default Netdata container exposes a web UI on port 19999; map ports if running behind a reverse proxy.
- For long-running monitoring, consider mounting a persistent data volume and configuring Netdata alarms and integrations via its channels.
- Review Netdata's documentation for configuring plugins, alarms, and dashboards to tailor the monitoring to your environment.
Related MCP Servers
kong
🦍 The API and AI Gateway
mcp-context-forge
An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails and management. Optimizes Agent & Tool calling, and supports plugins.
kagent
Cloud Native Agentic AI | Discord: https://bit.ly/kagentdiscord
anyquery
Query anything (GitHub, Notion, +40 more) with SQL and let LLMs (ChatGPT, Claude) connect to using MCP
kubectl
A Model Context Protocol (MCP) server for Kubernetes. Install: npx kubectl-mcp-server or pip install kubectl-mcp-server
mcpcan
MCPCAN is a centralized management platform for MCP services. It deploys each MCP service using a container deployment method. The platform supports container monitoring and MCP service token verification, solving security risks and enabling rapid deployment of MCP services. It uses SSE, STDIO, and STREAMABLEHTTP access protocols to deploy MCP。