Kubefwd
CAUTIONgrade C · trust 77/100Bulk port forwarding Kubernetes services for local development.
api restdeveloper toolsdevopsdevops toolsdevtoolsk8skubefwdkubernetesOverview
From the repository's own README, as read at the audited commit.
# kubefwd (Kube Forward)[](https://landscape.cncf.io/?item=app-definition-and-development--application-definition-image-build--kubefwd)[](https://github.com/txn2/kubefwd/blob/master/LICENSE)[](https://codecov.io/gh/txn2/kubefwd)[](https://goreportcard.com/report/github.com/txn2/kubefwd)[](https://github.com/txn2/kubefwd/releases)[](https://github.com/txn2/kubefwd/releases)[](https://scorecard.dev/viewer/?uri=github.com/txn2/kubefwd)[](https://www.bestpractices.dev/projects/11659)[](https://slsa.dev)**[Documentation](https://kubefwd.com)** | **[Getting Started](https://kubefwd.com/getting-started/)** | **[User Guide](https://kubefwd.com/user-guide/)** | **[API Reference](https://kubefwd.com/api-reference/)** | **[MCP (AI Integration)](https://kubefwd.com/mcp-integration/)**## Develop Locally, Connect to Kubernetes**kubefwd** enables developers to work on their local machine while seamlessly accessing services running in a Kubernetes cluster. If you're building a new API that needs to connect to a database at `db:5432`, an auth service at `auth:443`, and a cache at `redis:6379`, all running in your development cluster, kubefwd makes them available locally by their service names, exactly as they would appear in-cluster. No environment
Details
- Source
- txn2/kubefwd
- Transports
- stdio
- Tools
- Registered at runtime; the list could not be read from source.
- License
- Apache-2.0
- Stars
- 4,171 · pushed 0d ago
Trust audit
Install with care. The audit found things worth knowing before you trust its output.
| Layer | What it checks | Result |
|---|---|---|
| L0 | Provenance & inventory | PASS |
| L1 | Static analysis of the code | WARN |
| L2 | Instruction surface (what it tells the agent) | PASS |
| L3 | Class-specific surface | PASS |
| L4 | Behavioural (sandbox) | SKIPPED |
What the source does
- Filesystem
- declared (2 observation(s))
- Network
- declared (10 observation(s))
- Shell
- none-observed
- Dependencies
- pinned
- Secrets in source
- found
Findings (23)
- url: http://127.2.27.1/api
"http://127.0.0.1": true,
"http://127.0.0.1:8080": true,
"http://127.2.27.1": true, // kubefwd API IP
"http://127.2.27.1:8080": true,
> DATABASE_URL = 'postgresql://dev:dev123@postgres:5432/notifications'
const apiKey = "kubefwd-integration-test-key"
.golangci.yml
.goreleaser.yml
kubefwdPath = "../../kubefwd"
kubefwd requires elevated privileges for:
kubefwd requires elevated privileges on Windows to modify the hosts file. Right-click your terminal and select "Run as Administrator".
The Model Context Protocol (MCP) lets AI assistants connect to external tools. kubefwd's MCP integration gives AI assistants full access to Kubernetes port forwarding.
kubefwd's MCP integration gives your AI assistant full access to Kubernetes port forwarding capabilities. Your AI can discover services, establish connections, monitor traffic, stream logs, and troubl
1. **kubefwd** (elevated privileges)
- All CNCF Landscape mentions on the homepage and in `docs/attributions.md` link to the kubefwd entry on `landscape.cncf.io`. The Landscape listing is a load-bearing credential and earns a real link w
Every endpoint **except `/api/health`** requires a Bearer token. Send it in the
docs/images/100_TUI_idle-mode.png
docs/images/110_TUI_help.png
docs/images/140_TUI_forwards.png
docs/images/150_TUI_forward_details_hostnames.png
docs/images/150_TUI_forward_details_pod_logs.png
Gates applied: no_behavioural_pass.
Audited 2026-09-16 · audit v0.4.0 · source sha 63d116ebf53e · full audit: observations/trust-audit/mcp-server/txn2__kubefwd.json · Report an issue or request a re-scan
Audit history
| Date | Source | Verdict | Grade | Score | Change |
|---|---|---|---|---|---|
| 2026-09-16 | 63d116ebf53e | CAUTION | C | 77 | first audit |
Alternatives
Other servers in the same categories, safer ones first.
Questions
What is the Kubefwd MCP server?
Bulk port forwarding Kubernetes services for local development.
Is Kubefwd safe to connect to an agent?
With care. The audit graded it C (77/100) and found 23 things worth knowing before you trust this server, listed below with the exact line each was found on.
What credentials does Kubefwd need?
No credential environment variables were found in its source, so it appears to need none.
How does Kubefwd run?
It speaks stdio, so it runs as a local process your client starts.
How current is this page?
The grade is for one exact copy of the source (63d116ebf53e), read on 2026-09-16. The repository is watched and re-audited when it changes.
Provenance: OBSERVED · read 2026-09-16 · job trust-audit-2026-09-16