Netdata Connector for AI agents.
10 live capabilities
Monitor real-time infrastructure metrics and manage alerts using natural language.
Waiting for input…
Why people use Netdata
Netdata for Real-time Infrastructure Observability
With the Netdata MCP, you just ask your agent what is wrong. It pulls the data from get_chart_data and list_space_alerts automatically. You get a clear answer in seconds, letting you skip the navigation and go straight to the fix.
What Vinkius changes
You get instant, natural language access to your entire Netdata monitoring stack.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Identifying a performance spike
A node is lagging.
- Real-world use case 02
Alert triage during an outage
You get a notification.
- Real-world use case 03
Infrastructure auditing
You need to know what is in a room.
Complete set · 10capabilities
The complete Netdata capability set.
These are the exact actions your AI can choose when you ask it to work with Netdata.
01—04
4 capabilities in this set.
Part of 10 available through Netdata.
- 01 Capability
Get all metrics
Retrieve all metrics for scraping. This is useful when you need to export data for your own external analysis capabilities.
- 02 Capability
List charts
List all available charts on a node. Use this to see exactly what dimensions are being collected.
- 03 Capability
List rooms
List rooms within a specific space. Use this to navigate the hierarchy of your Netdata Cloud setup.
- 04 Capability
List space alerts
Fetch active alerts across the space. This gives you a bird's-eye view of critical issues across multiple nodes.
05—07
3 capabilities in this set.
Part of 10 available through Netdata.
- 05 Capability
Get chart data
Fetch metric data from a specific chart. This lets you pull granular numbers like CPU or RAM usage.
- 06 Capability
Get agent info
Get Netdata Agent information. Use this to check the version and host details of your monitoring nodes.
- 07 Capability
List room nodes
List nodes within a specific room. This helps you see exactly which machines are grouped together.
08—10
3 capabilities in this set.
Part of 10 available through Netdata.
- 08 Capability
List space nodes
List all nodes connected to a space. Use this to get a full inventory of your cloud infrastructure.
- 09 Capability
Get alarms
Get the current status of all configured alarms. Use this to quickly see what is currently failing on a local agent.
- 10 Capability
List spaces
List all Netdata Cloud spaces. This helps you navigate your entire infrastructure overview.
Set up in minutes
One URL. Then ask Netdata to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Netdata from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ahKhmIYu5E2SZYLAuopQ0XxxT8FYpWngo29KyMi2/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Netdata, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Netdata for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ahKhmIYu5E2SZYLAuopQ0XxxT8FYpWngo29KyMi2/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Netdata URL.
- Step 03
Save and start
Save the connection and enable Netdata in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"netdata": {
"url": "https://edge.vinkius.com/vk_preview_ahKhmIYu5E2SZYLAuopQ0XxxT8FYpWngo29KyMi2/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Netdata
Open Agent mode in chat and ask: "Using Netdata, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"netdata": {
"url": "https://edge.vinkius.com/vk_preview_ahKhmIYu5E2SZYLAuopQ0XxxT8FYpWngo29KyMi2/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Netdata
Ask Copilot: "Using Netdata, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"netdata": {
"url": "https://edge.vinkius.com/vk_preview_ahKhmIYu5E2SZYLAuopQ0XxxT8FYpWngo29KyMi2/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Netdata
Open Cascade and ask: "Using Netdata, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"netdata": {
"url": "https://edge.vinkius.com/vk_preview_ahKhmIYu5E2SZYLAuopQ0XxxT8FYpWngo29KyMi2/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Netdata
Ask Cline: "Using Netdata, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add netdata --transport http "https://edge.vinkius.com/vk_preview_ahKhmIYu5E2SZYLAuopQ0XxxT8FYpWngo29KyMi2/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Netdata
Ask Claude: "Using Netdata, show me...". 10 tools are ready
Where the request belongs
Work Netdata can move forward.
This is for the DevOps engineer who is tired of clicking through dashboards at 2am, the SRE managing a massive fleet of nodes, or the sysadmin who needs to correlate alerts with recent changes quickly.
DevOps Engineer
Correlating system alerts with recent deployments during an incident without leaving the terminal.
SRE
Automating the retrieval of chart data and alarm statuses to speed up incident response times.
System Administrator
Managing large-scale node environments by querying spaces and rooms via simple conversation.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCheckmk
Manage IT infrastructure monitoring via Checkmk. track hosts, monitor services, and activate changes directly from any AI agent.
Datadog
Monitor infrastructure, applications, and logs with unified observability that gives you full-stack visibility in real time.
Prometheus
Monitor your infrastructure with Prometheus. run PromQL queries, analyze metrics, and manage time-series data directly from your AI agent.
Gatus (Health Dashboard)
Monitor infrastructure health via Gatus. list endpoints, check real-time status, and analyze performance metrics directly from any AI agent.
New Relic
Monitor and query your entire stack via New Relic NerdGraph. track entities, NRQL, and alerts directly from your AI agent.
SigNoz (Datadog Alternative)
Monitor infrastructure and manage alert rules via SigNoz. list, create, and update observability alerts directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Netdata connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Netdata.
The practical details behind the request, access and result.
How does the Netdata MCP help with incident response?
It lets you query real-time metrics and alerts using natural language. Instead of hunting through dashboards, you can ask your agent to find specific spikes or errors across your infrastructure instantly.
Can I use the Netdata MCP to see alerts across multiple servers?
Yes. The Connector can fetch active alerts across your entire cloud space, giving you a high-level view of all critical issues in one place.
What kind of metrics can I pull using the Netdata MCP?
You can pull granular data from various charts, including CPU, RAM, network, and disk usage, as well as any other metrics your Netdata agents are currently collecting.
Do I need a Netdata Cloud account to use this?
Yes, you will need either a Netdata Cloud Token or a direct Agent URL to connect your monitoring data to your AI client.
Can the Netdata MCP help me audit my infrastructure?
Absolutely. You can use it to list all nodes in a room, browse your cloud spaces, and verify the versions and status of your monitoring agents.
How do I connect my Netdata agent to my AI client?
Once you subscribe to the Connector on Vinkius, you just provide your credentials in your AI client settings. From there, your agent can access your data whenever you ask.
How can I fetch specific metric data for a chart like CPU usage?
Use the get_chart_data capability. You need to provide the chart ID (e.g., 'system.cpu') and optionally specify time ranges like after or aggregation methods like group.
Can I see all active alerts across my entire Netdata Cloud space?
Yes! Use the list_space_alerts capability with your space_id. It will return all active alerts across all nodes connected to that specific Cloud space.
How do I list all the nodes available in a specific room?
Use the list_room_nodes capability. You will need to provide both the space_id and the room_id to filter the nodes within that specific grouping.
One connection away
Give your agent a direct line to Netdata.
Connect Netdata once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available