Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_containers | List Docker containers. Set all=true to include stopped containers. |
| container_logs | Get logs from a Docker container. |
| start_container | Start a stopped Docker container. |
| stop_container | Stop a running Docker container. |
| restart_container | Restart a Docker container. |
| remove_container | Remove a Docker container. Use force=true to remove running containers. |
| exec_command | Execute a command inside a running Docker container. |
| container_stats | Get CPU, memory, and network stats for a running Docker container. |
| list_images | List Docker images on the host. |
| remove_image | Remove a Docker image. Use force=true to force removal. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |