Best for
- Developers who need local access to Kubernetes services.
- Teams seeking to reduce environment-specific connection configuration.
- Users who need to forward multiple services or avoid local port conflicts.
Based on the repository, server manifest, and README, kubefwd is described as a Kubernetes bulk port-forwarding tool for local development. The manifest provides stdio MCP packages, while the README mentions Claude Code and Cursor integration and an Apache-2.0 license. No specific MCP tool identifiers or client configuration examples are provided.
kubefwd is a command-line utility that bulk-forwards Kubernetes services to a local workstation. It assigns each service a unique 127.x.x.x loopback IP and automatically adds service names to /etc/hosts. It includes an interactive TUI, automatic reconnection, traffic monitoring, pod log streaming, a REST API, and AI assistant integration.
On macOS, run brew install kubefwd. On Linux, download a deb, rpm, or tar.gz package from releases. On Windows, use winget install txn2.kubefwd or Scoop. Docker is also supported. kubectl must be configured with access to a Kubernetes cluster before use.