Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| docker-help | Docker commands and natural language examples |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| execute_docker_command | Execute Docker commands using natural language or direct commands |
| manage_containers | Manage Docker containers (list, start, stop, remove) |
| manage_images | Manage Docker images (list, pull, remove, build) |
| docker_info | Get Docker system information and statistics |
| docker_compose | Manage Docker Compose services |