← All servers
πŸ”§

Kubernetes Ephemeral JobVerifiedπŸ›‘ No advisories

io.github.inhuman/mcp-k8s-ephemeral-job
New to MCP? Start here β†’
0β˜… stars
0weekly installs
5 days agolast release

Provenancewhere it came from, and what was verified

βœ“
Verified namespace

Published to the official MCP registry by github.com/inhuman, which proved it owns this namespace.

Verified owner: github.com/inhuman β†—io.github.inhuman/mcp-k8s-ephemeral-job

πŸ›‘ Permissions & trustwhat this server can touch before you run it

β—†
Secrets required
Needs MCP_K8S_CLONE_SECRET, MCP_K8S_AUTH_TOKEN.
βœ“
Configuration
Reads MCP_K8S_ALLOWED_IMAGES, MCP_K8S_KUBECONFIG, MCP_K8S_NAMESPACE, MCP_K8S_TRANSPORT, MCP_K8S_DEFAULT_TIMEOUT_S, MCP_K8S_MAX_TIMEOUT_S, ….

About

Runs a command in a throwaway Kubernetes pod and returns exit code, output and artifacts.

Packages & transports

dockerdocker.io/idconstruct/mcp-k8s-ephemeral-job:v0.7.1vlatest Β· docker

Metadata

Categorydevops
LicenseMIT
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp_k8s_ephemeral_job": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/idconstruct/mcp-k8s-ephemeral-job:v0.7.1"
      ]
    }
  }
}

β–Ά Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector docker run -i --rm docker.io/idconstruct/mcp-k8s-ephemeral-job:v0.7.1
Kubernetes Ephemeral Job, an MCP server Β· SocketCat