Back to MCP Servers

Kubefwd

Kubernetes bulk port forwarding with service discovery, /etc/hosts management, traffic monitoring, and pod log streaming

cloud-platformskubernetesmonitoring
By txn2

Installation

npx -y kubefwd

Configuration

{
  "mcpServers": {
    "kubefwd": {
      "command": "npx",
      "args": ["-y", "kubefwd"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub