Netdata
Rank #24io.github.netdata/mcp-server
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Netdata is a Model Context Protocol (MCP) server published by netdata. It ranks #24 of 115,460 servers tracked on MCP Toplist, and its repository has 80,340 GitHub stars. Netdata is listed across 2 registries — Official MCP and PulseMCP, with 11 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on Aug 12, 2026.
Ranks ahead of 115,436 of 115,460 servers on MCP Toplist.
Use Netdata
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http netdata https://app.netdata.cloud/api/v1/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.netdata]
url = "https://app.netdata.cloud/api/v1/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://app.netdata.cloud/api/v1/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"netdata": {
"url": "https://app.netdata.cloud/api/v1/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"netdata": {
"type": "http",
"url": "https://app.netdata.cloud/api/v1/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"netdata": {
"serverUrl": "https://app.netdata.cloud/api/v1/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"netdata": {
"url": "https://app.netdata.cloud/api/v1/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.netdata%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.netdata%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.netdata%2Fmcp-server.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
netdata
Available versions (11)
| Version | Published |
|---|---|
| 2.11.0 | Aug 12, 2026 |
| 2.10.3 | Apr 27, 2026 |
| 2.10.2 | Apr 14, 2026 |
| 2.10.1 | Apr 10, 2026 |
| 2.10.0 | Apr 9, 2026 |
| 2.9.0 | Feb 16, 2026 |
| 2.8.5 | Feb 12, 2026 |
| 2.7.1-1 | Oct 2, 2025 |
| 2.7.1 | Oct 2, 2025 |
| 2.7.0 | Oct 2, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Netdata?
- Netdata is maintained by netdata, which publishes 1 MCP server (11 total versions) tracked on MCP Toplist.
- Is Netdata listed on the Official MCP Registry?
- Yes — Netdata is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Netdata have?
- MCP Toplist tracks 11 versions of Netdata, most recently published on Aug 12, 2026.
- Where can I find the source code for Netdata?
- The source code for Netdata is hosted at github.com/netdata/netdata.