Skip to main content
ClaudeWave

Bulk port forwarding Kubernetes services for local development.

MCP ServersOfficial Registry4.1k stars228 forksGoApache-2.0Updated 3d ago
Editor's note

Kubefwd is a Go command-line tool that bulk port forwards all Kubernetes services in one or more namespaces to a local workstation, assigning each service its own unique loopback IP address in the 127.x.x.x range and writing entries to `/etc/hosts` so services remain accessible by their in-cluster names (for example, `db:5432` or `redis:6379`) without any changes to connection strings. Unlike `kubectl port-forward`, which handles one service at a time and does not resolve service names, kubefwd forwards an entire namespace in a single command, auto-reconnects when pods restart, and includes an interactive TUI showing live traffic metrics, bytes transferred, and container log streaming. An optional REST API enables programmatic control of forwarding sessions. The MCP server integration connects kubefwd to Claude Code and Cursor, allowing AI assistants to query forwarding status, start or stop sessions, and inspect cluster service connectivity during development workflows. The tool targets backend developers and DevOps engineers who need realistic local development environments against live Kubernetes clusters without Docker Compose workarounds or environment-specific configuration.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual · kubefwd
Claude Code CLI
git clone https://github.com/txn2/kubefwd
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "kubefwd": {
      "command": "kubefwd"
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install the binary first: go install github.com/txn2/kubefwd@latest (make sure it ends up on your PATH).
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
api-restdeveloper-toolsdevopsdevops-toolsdevtoolsk8skubefwdkuberneteskubernetes-clusterskubernetes-namespacemcp-servernetworkingport-forwardport-forwardingproxy

What people ask about kubefwd

What is txn2/kubefwd?

+

txn2/kubefwd is mcp servers for the Claude AI ecosystem. Bulk port forwarding Kubernetes services for local development. It has 4.1k GitHub stars and was last updated 3d ago.

How do I install kubefwd?

+

You can install kubefwd by cloning the repository (https://github.com/txn2/kubefwd) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is txn2/kubefwd safe to use?

+

Our security agent has analyzed txn2/kubefwd and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains txn2/kubefwd?

+

txn2/kubefwd is maintained by txn2. The last recorded GitHub activity is from 3d ago, with 2 open issues.

Are there alternatives to kubefwd?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy kubefwd to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: txn2/kubefwd
[![Featured on ClaudeWave](https://claudewave.com/api/badge/txn2-kubefwd)](https://claudewave.com/repo/txn2-kubefwd)
<a href="https://claudewave.com/repo/txn2-kubefwd"><img src="https://claudewave.com/api/badge/txn2-kubefwd" alt="Featured on ClaudeWave: txn2/kubefwd" width="320" height="64" /></a>

More MCP Servers