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 kubefwdConfiguration
{
"mcpServers": {
"kubefwd": {
"command": "npx",
"args": ["-y", "kubefwd"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes