docs/netdata-ai/mcp/mcp-clients/netdata-web-client.md
A self-hosted AI chat interface purpose-built for infrastructure observability, featuring advanced cost optimization and multi-provider LLM support.
The Netdata Web Client is an open-source browser-based AI assistant that connects directly to your Netdata infrastructure via MCP (Model Context Protocol). Unlike generic AI chat interfaces, it's specifically optimized for DevOps and SRE workflows with specialized system prompts and infrastructure-aware features.
The web client's cost optimization features make AI-assisted troubleshooting affordable at scale:
| Feature | Cost Impact |
|---|---|
| Tool Memory Window | -40% context size |
| Response Summarization | -60% for large outputs |
| Smart Caching | -30% for repetitive queries |
| Model Selection | -80% using appropriate models |
The complete source code, installation instructions, and documentation are available on GitHub:
š github.com/netdata/netdata/tree/master/src/web/mcp/mcp-web-client
# Clone and run locally
git clone https://github.com/netdata/netdata.git
cd netdata/src/web/mcp/mcp-web-client
node llm-proxy.js
# Open http://localhost:3456 in your browser
For detailed setup instructions, configuration options, and the complete feature list, visit the GitHub repository.