Skip to content

Commit fbce10b

Browse files
Ingest New Documentation (#2835)
Co-authored-by: Ancairon <70198089+Ancairon@users.noreply.github.com>
1 parent 579e908 commit fbce10b

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

docs/Netdata AI/MCP/MCP.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,36 @@ For more details, see [API Tokens](/docs/netdata-cloud/authentication-&-authoriz
9292

9393
### Connection Configuration
9494

95+
#### Claude Code (One-Line Setup)
96+
97+
If you're using [Claude Code](https://www.anthropic.com/claude-code), you can register the Netdata Cloud MCP server from any session with a single command — no JSON editing required:
98+
99+
```bash
100+
claude mcp add --transport http --scope user netdata-cloud \
101+
https://app.netdata.cloud/api/v1/mcp \
102+
--header "Authorization: Bearer YOUR_NETDATA_CLOUD_API_TOKEN"
103+
```
104+
105+
Replace `YOUR_NETDATA_CLOUD_API_TOKEN` with a token that has `scope:mcp` — see [Creating an API Token](#creating-an-api-token) above, or go directly to **User Settings → API Tokens** in [Netdata Cloud](https://app.netdata.cloud).
106+
107+
**Scope flags:**
108+
109+
- `--scope user` — available in all your projects on this machine (recommended for personal use)
110+
- `--scope local` — this project only, private to you (default when `--scope` is omitted)
111+
- `--scope project` — this project, checked into `.mcp.json` and shared with your team (do **not** use with a raw token; reference an environment variable instead)
112+
113+
**Useful companion commands:**
114+
115+
```bash
116+
claude mcp list # show all configured servers and their connection status
117+
claude mcp get netdata-cloud # show the configuration for this server
118+
claude mcp remove netdata-cloud -s user # remove the server (match the scope you added with)
119+
```
120+
121+
Restart the Claude Code session after adding the server so the new tools load.
122+
123+
For more Claude Code options — including connecting to a local Netdata Agent or Parent — see the [Claude Code guide](/docs/netdata-ai/mcp/mcp-clients/claude-code).
124+
95125
#### Generic MCP Client (HTTP Transport)
96126

97127
For any MCP client that supports Streamable HTTP transport:

docs/Netdata Agent/Installation/Kubernetes Helm chart reference.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ slug: "/netdata-agent/installation/kubernetes-helm-chart-reference"
1212

1313
<a href="https://artifacthub.io/packages/search?repo=netdata" target="_blank" rel="noopener noreferrer"><img loading="lazy" src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/netdata" alt="Artifact HUB" class="img_node_modules-@docusaurus-theme-classic-lib-theme-MDXComponents-Img-styles-module"></img></a>
1414

15-
![Version: 3.7.163](https://img.shields.io/badge/Version-3.7.163-informational?style=flat-square)
15+
![Version: 3.7.164](https://img.shields.io/badge/Version-3.7.164-informational?style=flat-square)
1616

17-
![AppVersion: v2.9.0](https://img.shields.io/badge/AppVersion-v2.9.0-informational?style=flat-square)
17+
![AppVersion: v2.10.2](https://img.shields.io/badge/AppVersion-v2.10.2-informational?style=flat-square)
1818

1919
_Based on the work of varyumin (https://github.com/varyumin/netdata)_.
2020

0 commit comments

Comments
 (0)