{"slug":"afstanton/docker_mcp","name":"Docker MCP","description":"A Ruby implementation of an MCP server for managing and using Docker","category":"development","tags":[],"official":false,"stars":1,"transport":null,"install":null,"tools":[{"name":"list_containers","description":"List all Docker containers (running and stopped) with detailed information"},{"name":"create_container","description":"Create a new container from an image without starting it"},{"name":"run_container","description":"Create and immediately start a container from an image"},{"name":"start_container","description":"Start an existing stopped container"},{"name":"stop_container","description":"Stop a running container gracefully"},{"name":"remove_container","description":"Delete a container (must be stopped first unless forced)"},{"name":"recreate_container","description":"Stop, remove, and recreate a container with the same configuration"},{"name":"exec_container","description":"Execute arbitrary commands inside a running container"},{"name":"fetch_container_logs","description":"Retrieve stdout/stderr logs from a container"},{"name":"copy_to_container","description":"Copy files or directories from host to container"},{"name":"list_images","description":"List all Docker images available locally"},{"name":"pull_image","description":"Download an image from a Docker registry"},{"name":"push_image","description":"Upload an image to a Docker registry"},{"name":"build_image","description":"Build a new image from a Dockerfile"},{"name":"tag_image","description":"Create a new tag for an existing image"},{"name":"remove_image","description":"Delete an image from local storage"},{"name":"list_networks","description":"List all Docker networks"},{"name":"create_network","description":"Create a new Docker network"},{"name":"remove_network","description":"Delete a Docker network"},{"name":"list_volumes","description":"List all Docker volumes"},{"name":"create_volume","description":"Create a new Docker volume for persistent data"},{"name":"remove_volume","description":"Delete a Docker volume"}],"env_vars":[],"auth_type":"none","github":"https://github.com/afstanton/docker_mcp","homepage":"","server_url":"","status":"active","source":"mcpservers.org","updated_at":"Thu May 28"}