Docker & Kubernetes MCP Server
by TrivCodez
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KUBECONFIG | No | Path to the Kubernetes configuration file. | ~/.kube/config |
| DOCKER_HOST | No | The Docker daemon socket path. | unix:///var/run/docker.sock |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| docker_list_containersB | List all Docker containers |
| docker_run_containerC | Run a new Docker container |
| docker_stop_containerB | Stop a running container |
| docker_logsC | Get container logs |
| k8s_list_podsC | List Kubernetes pods |
| k8s_create_deploymentC | Create a Kubernetes deployment |
| k8s_get_servicesC | Get Kubernetes services |
| k8s_exec_podC | Execute command in pod |
| k8s_get_logsC | Get pod logs |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/TrivCodez/docker-kubernetes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server