What is the io.github.txn2/kubefwd MCP server?
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
How to install io.github.txn2/kubefwd
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"kubefwd": {
"command": "https://github.com/txn2/kubefwd/releases/download/v1.25.16/kubefwd-1.25.16-darwin-arm64.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"kubefwd": {
"command": "https://github.com/txn2/kubefwd/releases/download/v1.25.16/kubefwd-1.25.16-darwin-arm64.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"kubefwd": {
"command": "https://github.com/txn2/kubefwd/releases/download/v1.25.16/kubefwd-1.25.16-darwin-arm64.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"kubefwd": {
"type": "stdio",
"command": "https://github.com/txn2/kubefwd/releases/download/v1.25.16/kubefwd-1.25.16-darwin-arm64.mcpb",
"args": []
}
}
}Claude Code
claude mcp add kubefwd -- https://github.com/txn2/kubefwd/releases/download/v1.25.16/kubefwd-1.25.16-darwin-arm64.mcpbRelated MCP servers
MCP server for DataHub data catalogs. Discover datasets, explore lineage, and access metadata.
View repository →MCP server for Trino data warehouses. Query, analyze plans, and explore schemas.
View repository →