Kubernetes Port Forward — MCP Server: port-forward Kubernetes services with terminal integration
Kubernetes Port Forward — MCP Server: port-forward Kubernetes services with terminal integration. That is what the k8s port forward mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
A Model Context Protocol (MCP) server that provides tools for discovering Kubernetes services and running kubectl port-forward sessions (optionally with separate log windows). It is designed for MCP clients/LLMs that translate natural language into structured tool calls.
The server publishes 7 tools. What each one is for:
list_k8s_namespaces — Title: List namespacesDescription — List all available Kubernetes namespacesParameters — NoneRead-only — truelist_k8s_services — Title: List servicesstart_k8s_port_forward — Title: Start port-forwardstop_k8s_port_forward — Title: Stop port-forwardkubectl installed and configured with access to your cluster - VS Code, Cursor, Windsurf, Claude Desktop, Cline, or any other MCP clientk8s-port-forward-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. K8s Port Forward MCP's toolset — list_k8s_namespaces, Description, Parameters and 4 more — is a fair guide to whether it matches your workflow. It is maintained by oijusti; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| list_k8s_namespaces | Title: List namespaces |
| Description | List all available Kubernetes namespaces. |
| Parameters | None |
| Read-only | **true** |
| list_k8s_services | Title: List services |
| start_k8s_port_forward | Title: Start port-forward |
| stop_k8s_port_forward | Title: Stop port-forward |
{
"mcpServers": {
"k8s-port-forward": {
"command": "npx",
"args": ["-y", "k8s-port-forward-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
kubectl installed and configured with access to your cluster - VS Code, Cursor, Windsurf, Claude Desktop, Cline, or any other MCP clientManage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.