Back to Apps

Kentik MCP Server
by awlx
Connect your LLM to Kentik's network observability platform for flow analysis and device monitoring.
0 stars
Works in:VS Code CopilotCursor
Exposes:Tools
What it does
Kentik MCP Server provides LLMs with direct access to the Kentik network observability platform. It enables AI to query flow data, monitor network devices, analyze traffic patterns, and manage synthetic monitoring tests using natural language.
Tools
kentik_query_data: Query network flow data with convenience filters.kentik_list_devices: List all registered network devices.kentik_get_interface: Retrieve detailed interface statistics.kentik_query_toptalkers: Quickly identify top talkers by IP or ASN.kentik_ai_advisor: Interact with Kentik's native AI Advisor for network insights.kentik_list_alerts: Monitor active network alarms and anomalies.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"kentik": {
"command": "kentik-mcp",
"env": {
"KENTIK_EMAIL": "your-email@example.com",
"KENTIK_API_TOKEN": "your-api-token"
}
}
}
}
Supported hosts
- claude
- vscode-copilot
- cursor
Quick install
go install github.com/awlx/kentik-mcp@latestInformation
- Pricing
- free
- Published
- 7/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add kentik-mcp to mcp.json in ~/.cursor/Claude Desktop
{"mcpServers": {"kentik": {"command": "kentik-mcp", "env": {"KENTIK_EMAIL": "...", "KENTIK_API_TOKEN": "..."}}}}VS Code Copilot
Add kentik-mcp to settings.json github.copilot.chat.mcp.servers






