← Back to Plugins
MCP Server MCP

Netdata

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://app.netdata.cloud/api/v1/mcp",
      "headers": [
        {
          "description": "Netdata Cloud API token with scope:mcp",
          "isRequired": true,
          "value": "Bearer {NETDATA_CLOUD_API_TOKEN}",
          "isSecret": true,
          "variables": {
            "NETDATA_CLOUD_API_TOKEN": {
              "description": "Netdata Cloud API token (create at app.netdata.cloud > User Settings > API Tokens with scope:mcp)",
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...