Skip to main content
Glama
inhuman

mcp-k8s-ephemeral-job

by inhuman

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_K8S_ADDRNoListen address for http/sse:8080
MCP_K8S_CACHE_PVCNoExisting PVC mounted into every job pod as a shared cache; empty = no cache
MCP_K8S_NAMESPACENoNamespace where ephemeral pods are spawnedmcp-ephemeral
MCP_K8S_TRANSPORTNoTransport: stdio | http | ssestdio
MCP_K8S_AUTH_TOKENNoIf set, http/sse require X-MCP-AUTH header (constant-time); empty = off
MCP_K8S_KUBECONFIGNoPath to kubeconfig; empty = in-cluster
MCP_K8S_CLONE_IMAGENoImage with git for the clone init container; empty = clone unavailable
MCP_K8S_DEFAULT_CPUNoPod CPU request (scheduling reservation; limits come from the caller's limits or the namespace LimitRange)1
MCP_K8S_CLONE_SECRETNoSecret holding one token per git host (key = host); mounted only on the cloner
MCP_K8S_JOB_EXTRA_ENVNoJSON object {"KEY":"value"} added to every job pod; caller keys win
MCP_K8S_MAX_TIMEOUT_SNoTimeout ceiling (s)600
MCP_K8S_SIDECAR_IMAGENoHelper sidecar image for artifact collection (pinned)busybox:1.36
MCP_K8S_ALLOWED_IMAGESNoStrict image allowlist (CSV); empty = deny everything
MCP_K8S_DEFAULT_MEMORYNoPod memory request (see above)512Mi
MCP_K8S_MAX_CONCURRENTNoMax concurrent ephemeral pods (over → queue/error)10
MCP_K8S_CACHE_MOUNT_PATHNoWhere the cache PVC is mounted, e.g. /go/pkg/mod
MCP_K8S_MAX_OUTPUT_BYTESNoCombined stdout+stderr cap1048576
MCP_K8S_DEFAULT_TIMEOUT_SNoDefault wall-clock timeout (s)60
MCP_K8S_MAX_ARTIFACT_BYTESNoTotal artifacts size cap10485760

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/inhuman/mcp-k8s-ephemeral-job'

If you have feedback or need assistance with the MCP directory API, please join our Discord server