Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/Getting Started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Transform troubleshooting from complex queries to natural conversation. Ask ques

**Why this matters:** No more complex queries or dashboard hunting - get instant answers about performance, find specific logs, identify top resource consumers, or investigate issues through simple conversation.

**How it works:** Multi-node visibility through Netdata Parents, flexible AI options including Claude, GPT-4, and Gemini, with real-time access to metrics, logs, processes, network connections, and system state.
**How it works:** Multi-node visibility through Netdata Parents, flexible AI options including cloud providers (Claude, GPT-4, Gemini, DeepSeek) and self-hosted providers (Ollama), with real-time access to metrics, logs, processes, network connections, and system state.

</details>

Expand All @@ -257,9 +257,9 @@ Transform troubleshooting from complex queries to natural conversation. Ask ques

MCP is available via Netdata Cloud for infrastructure-wide access (Paid plan) and on every Agent/Parent for direct local access (free, open-source), enabling seamless integration with AI assistants for natural language queries and automated analysis.

**Why this matters:** Use your existing AI tools or our standalone web chat with choice of AI providers. Query live metrics, logs, processes, network connections, and system state securely.
**Why this matters:** Use your existing AI tools or our standalone web chat with your choice of cloud or self-hosted LLM provider. Query live metrics, logs, processes, network connections, and system state securely.

**Technical details:** MCP integration via WebSocket/HTTP, choice of Claude, GPT-4, Gemini and others, multiple deployment options (Cloud MCP, Agent MCP, Parent MCP), real-time data access, secure connection where LLM has access to your data via the LLM client.
**Technical details:** MCP integration via WebSocket/HTTP, choice of cloud providers (Claude, GPT-4, Gemini, DeepSeek) or self-hosted providers such as Ollama (a separately running instance you configure), multiple deployment options (Cloud MCP, Agent MCP, Parent MCP), real-time data access, secure connection where LLM has access to your data via the LLM client.

</details>

Expand Down
6 changes: 3 additions & 3 deletions docs/Netdata AI/MCP/Chat with Netdata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ slug: "/netdata-ai/mcp/chat-with-netdata"

# AI Chat with Netdata

Chat with your infrastructure using natural language through two distinct integration architectures.
Chat with your infrastructure using natural language through two distinct integration architectures. The LLM powering the conversation can be a cloud service — such as OpenAI, Anthropic, or DeepSeek — or a self-hosted provider like Ollama running on your own infrastructure.

## Integration Architecture

### Method 1: Connect to a Local Agent or Parent

```mermaid
flowchart TB
LLM("LLM Provider<br/>OpenAI, Anthropic, etc.")
LLM("LLM Provider<br/>OpenAI, Anthropic, Ollama, etc.")

subgraph infra["Your Infrastructure"]
direction TB
Expand Down Expand Up @@ -75,7 +75,7 @@ flowchart TB

```mermaid
flowchart TB
LLM("LLM Provider<br/>OpenAI, Anthropic, etc.")
LLM("LLM Provider<br/>OpenAI, Anthropic, Ollama, etc.")
CloudMCP("Netdata Cloud MCP<br/>app.netdata.cloud/api/v1/mcp")

subgraph infra["Your Infrastructure"]
Expand Down
2 changes: 1 addition & 1 deletion docs/Welcome to Netdata/Enterprise Evaluation Guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ For logs, standard systemd-journal practices apply.

For alert notifications, Netdata supports PagerDuty, Slack, Teams, email (SMTP), Discord, Telegram, Jira, ServiceNow, and custom webhooks.

For AI and Large Language Models, Netdata supports Model Context Protocol (MCP) — available via Netdata Cloud for infrastructure-wide access (Paid plan) and on every Agent/Parent for direct local access (free, open-source). Netdata supports AI DevOps/SRE Copilots like Claude Code and Gemini CLI, and provides an AI Chat application (access to Google, OpenAI, Anthropic LLMs is required).
For AI and Large Language Models, Netdata supports Model Context Protocol (MCP) — available via Netdata Cloud for infrastructure-wide access (Paid plan) and on every Agent/Parent for direct local access (free, open-source). Netdata supports AI DevOps/SRE Copilots like Claude Code and Gemini CLI, and provides an AI Chat application (requires access to a cloud LLM provider such as Google, OpenAI, Anthropic, or DeepSeek, or a self-hosted provider like Ollama).

## Compliance and Security

Expand Down
12 changes: 6 additions & 6 deletions ingest/generated_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4520,22 +4520,22 @@
meta_yaml: https://github.com/netdata/netdata/edit/master/src/collectors/debugfs.plugin/metadata.yaml
message: DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE COLLECTOR'S metadata.yaml
FILE
- custom_edit_url: https://github.com/netdata/netdata/edit/master/src/collectors/windows.plugin/integrations/system_statistics.md
- custom_edit_url: https://github.com/netdata/netdata/edit/master/src/collectors/proc.plugin/integrations/system_statistics.md
sidebar_label: System statistics
learn_status: Published
learn_rel_path: Collecting Metrics/Collectors/Operating Systems
keywords: '[''process counts'', ''threads'', ''context switch'']'
keywords: '[''cpu utilization'', ''process counts'']'
description: .nan
meta_yaml: https://github.com/netdata/netdata/edit/master/src/collectors/windows.plugin/metadata.yaml
meta_yaml: https://github.com/netdata/netdata/edit/master/src/collectors/proc.plugin/metadata.yaml
message: DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE COLLECTOR'S metadata.yaml
FILE
- custom_edit_url: https://github.com/netdata/netdata/edit/master/src/collectors/proc.plugin/integrations/system_statistics.md
- custom_edit_url: https://github.com/netdata/netdata/edit/master/src/collectors/windows.plugin/integrations/system_statistics.md
sidebar_label: System statistics
learn_status: Published
learn_rel_path: Collecting Metrics/Collectors/Operating Systems
keywords: '[''cpu utilization'', ''process counts'']'
keywords: '[''process counts'', ''threads'', ''context switch'']'
description: .nan
meta_yaml: https://github.com/netdata/netdata/edit/master/src/collectors/proc.plugin/metadata.yaml
meta_yaml: https://github.com/netdata/netdata/edit/master/src/collectors/windows.plugin/metadata.yaml
message: DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE COLLECTOR'S metadata.yaml
FILE
- custom_edit_url: https://github.com/netdata/netdata/edit/master/src/collectors/proc.plugin/integrations/system_uptime.md
Expand Down
Loading