All MCP servers

Netdata

Official
by Api.AirforceStreamable HTTPCloud & Infrastructure079,103GPL

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

mcpopen-sourcecloud-infrastructure

Endpoint

POST https://app.netdata.cloud/api/v1/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "netdata-imp73f97": {
      "url": "https://app.netdata.cloud/api/v1/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}