This server plugs Claude into Testkube, the Kubernetes-native testing platform. You get direct access to test workflows, executions, and artifacts running in your cluster. Think triggering test runs, checking execution status, pulling logs, and analyzing results without leaving your AI conversation. If you're running automated tests in Kubernetes and want to troubleshoot failures, kick off regression suites, or investigate flaky tests through natural language, this bridges that gap. Particularly relevant if you're already using Testkube's open source agent or commercial control plane and want AI-assisted testing operations. Ships as a Docker container, connects via stdio, and comes from the Kubeshop team behind Testkube itself.
Testkube provides a single platform for defining, running and analyzing automated tests, using your existing testing tools/scripts, running in your Kubernetes infrastructure.
Trusted by Engineering Teams at CoreWeave, NVidia, Siemens, T-Mobile, Harvard, SwissCom, and many more..
Website | Docs | Changelog | Blog | Slack | LinkedIn | X

See it in action: Open the interactive TestWorkflows showcase to see how a workflow builds up from a single test to a fully orchestrated pipeline.
MIT-licensed, runs standalone in your Kubernetes cluster, no control plane required. Great for single-cluster setups, self-managed environments, and evaluating Testkube.
Check out the Testkube Open Source Overview to learn more about the open source deployment architecture.
The control plane connects every Testkube agent across clusters, teams, and environments into a single dashboard:
Check out the Installation Overview to learn more about different ways to deploy and run the Testkube Control Plane.
The online Trial is the easiest way to try the commercial Testkube offering - Get Started
The Testkube Marketplace provides an open and ready-to-use catalog of Testkube Workflows for Infrastructure Testing - Read More.
Extensive documentation is available at docs.testkube.io.
Check out our Contributors Guide and the Agent Architecture to find your way around our codebase and process.
If you want to contribute code, this reading order works well:
Shout-out to our contributors 🎉 - you're great!
Go to contribution document to read more how can you help us 🔥
Whether Testkube helps you or not, we would love to help and hear from you. Please join us on Slack to ask questions and let us know how we can make Testkube even better!
TK_ACCESS_TOKEN*secretTestkube access token for authentication
TK_ORG_ID*Testkube organization ID
TK_ENV_ID*Testkube environment ID
TK_CONTROL_PLANE_URLTestkube Control Plane URL (default: https://api.testkube.io)
TK_DASHBOARD_URLTestkube Dashboard URL
TK_DEBUGEnable debug mode (default: false)
TK_MCP_TRANSPORTMCP transport type: stdio or shttp (default: stdio)
TK_MCP_SHTTP_HOSTSHTTP host when using shttp transport
TK_MCP_SHTTP_PORTSHTTP port when using shttp transport