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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_containers | List all Docker containers |
| list_images | List Docker images |
| create_container | Create a new Docker container |
| run_container | Run a container (create and start). This is the preferred method for starting containers. |
| start_container | Start a stopped Docker container |
| stop_container | Stop a running Docker container |
| remove_container | Remove a Docker container |
| inspect_container | Get detailed information about a container |
| container_logs | Get logs from a container |
| pull_image | Pull a Docker image from a registry |
| list_networks | List Docker networks |
| list_volumes | List Docker volumes |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |