Back to MCP Servers

Netdata

Discovery, exploration, reporting and root cause analysis using all observability data, including metrics, logs, systems, containers, processes, and network connections

monitoringai

Installation

npx -y netdata

Configuration

{
  "mcpServers": {
    "netdata": {
      "command": "npx",
      "args": ["-y", "netdata"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub