
Nettune
Supports UIby jtsang4
Network diagnostics and TCP optimization tool with MCP integration for AI-assisted server tuning.
What it does
Nettune connects to Linux servers to provide deep network diagnostics and automated TCP optimization. It allows AI assistants to measure network performance and apply specific tuning profiles to optimize for throughput or latency.
Tools
nettune.test_rtt: Measure round-trip time to the server.nettune.test_throughput: Measure upload and download speeds.nettune.test_latency_under_load: Detect bufferbloat by measuring latency during active data transfer.nettune.snapshot_server: Create a system configuration snapshot for safe rollback.nettune.list_profiles: List available optimization profiles (e.g., BBR, low-latency).nettune.apply_profile: Apply a tuning profile to the server with optional dry-run.nettune.rollback: Restore server network settings to a previous snapshot.nettune.status: Get current server status and network configuration.
Installation
Install the Nettune server on your Linux machine first, then add the following to your claude_desktop_config.json:
{
"mcpServers": {
"nettune": {
"command": "npx",
"args": ["@jtsang/nettune-mcp", "--api-key", "YOUR_SECRET_KEY", "--server", "http://YOUR_SERVER:9876"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx @jtsang/nettune-mcp --api-key YOUR_SECRET_KEY --server http://YOUR_SERVER:9876Information
- Pricing
- free
- Published






