kyanos (MCP Server)

GitHub

Kyanos is a networking analysis tool using eBPF. It can visualize the time packets spend in the kernel, capture requests/responses, makes troubleshooting more efficient.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "kyanos": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-kyanos"
      ]
    }
  }
}