DullJZ/docker-mcp
If you are the rightful owner of docker-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Docker-MCP is an MCP server built on Docker Manager, providing management capabilities for Docker containers.
Tools
Functions exposed to the LLM to take actions
pull_image
Pull a specified image
list_images
List all images
create_container
Create a container
run_container_by_compose
Run a container using a compose file
fetch_container_logs
Fetch container logs
stop_container
Stop a container
start_container
Start a container
restart_container
Restart a container
remove_container
Remove a container
fetch_container_info
Fetch container information
create_exec_session
Create an interactive shell session
execute_command_in_session
Execute a command in a session
close_exec_session
Close an interactive shell session
get_more_session_output
Get more session output
wait_for_seconds
Wait for a specified number of seconds
create_network
Create a Docker network
delete_network
Delete a Docker network
list_networks
List all Docker networks
network_info
Get network information
connect_network
Connect a container to a network
disconnect_network
Disconnect a container from a network
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client