Telepresence is a CNCF project that connects your local workstation to a remote Kubernetes cluster, letting you run services locally while accessing cluster resources. It enables fast local development without the container build/push/deploy cycle.
When Telepresence connects to a cluster, it creates a virtual network interface on your workstation and routes traffic through a Traffic Manager deployed in the cluster. This allows your local services to communicate with cluster resources and optionally intercept traffic destined for cluster workloads.
See CLAUDE.md for build instructions, architecture overview, and development guidelines.
Telepresence is licensed under the Apache License 2.0.
$ claude mcp add telepresence \
-- python -m otcore.mcp_server <graph>