nettune
Verified Safeby jtsang4
Overview
AI-assisted network diagnostics and TCP optimization for Linux servers via Model Context Protocol (MCP) integration.
Installation
npx @jtsang/nettune-mcp --api-key YOUR_API_KEY --server http://your-server:9876Environment Variables
- XDG_CACHE_HOME
- HOME
Security Notes
The client wrapper automatically downloads and executes a Go binary from GitHub releases. This binary is verified by SHA256 checksums, which mitigates supply chain risk. API keys are passed via command-line arguments, making them visible in shell history, which is a security risk if not properly managed. The Go server component requires root/sudo privileges to modify system network settings. Communication between the client and the server uses HTTP with Bearer token authentication, but lacks built-in TLS. This means traffic is unencrypted by default, and a reverse proxy (e.g., Nginx with TLS) is highly recommended for production deployments to encrypt communications. There is no evident use of 'eval' or obfuscation, and file system operations appear confined to expected cache and state directories.
Similar Servers
mcphub
A hub for managing, orchestrating, and providing a unified API for various Model Context Protocol (MCP) servers and their tools, including user management, OAuth services, and discovery of external servers.
mcp-shark
Aggregate multiple Model Context Protocol (MCP) servers into a single unified interface with a powerful monitoring UI, enabling real-time traffic capture, logging, and AI-powered security analysis.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
linux-mcp-server
A Model Context Protocol (MCP) server for read-only Linux system administration, diagnostics, and troubleshooting on RHEL-based systems.