master
json 34 lines 1.08 KB
Raw
1 {
2 "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3 "name": "io.github.netdata/mcp-server",
4 "title": "Netdata",
5 "description": "Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.",
6 "version": "2.8.5",
7 "websiteUrl": "https://www.netdata.cloud",
8 "repository": {
9 "url": "https://github.com/netdata/netdata",
10 "source": "github",
11 "subfolder": "docs/netdata-ai/mcp"
12 },
13 "remotes": [
14 {
15 "type": "streamable-http",
16 "url": "https://app.netdata.cloud/api/v1/mcp",
17 "headers": [
18 {
19 "name": "Authorization",
20 "value": "Bearer {NETDATA_CLOUD_API_TOKEN}",
21 "description": "Netdata Cloud API token with scope:mcp",
22 "isRequired": true,
23 "isSecret": true,
24 "variables": {
25 "NETDATA_CLOUD_API_TOKEN": {
26 "description": "Netdata Cloud API token (create at app.netdata.cloud > User Settings > API Tokens with scope:mcp)",
27 "isSecret": true
28 }
29 }
30 }
31 ]
32 }
33 ]
34 }