Containerd
Summary
MCP-Containerd provides a bridge to Containerd's Container Runtime Interface (CRI), enabling AI assistants to manage containers and pods through natural language commands. Built in Rust using the RMCP library, it offers tools for listing, creating, and removing containers and pods, with support for image management operations. The implementation connects to Containerd's Unix socket and exposes its functionality through a standardized protocol, making it particularly useful for DevOps workflows where users need to monitor or manipulate container environments without remembering complex CLI commands.
Available Actions(17)
list_containers
Lists all containers managed by the MCP Containerd service.
list_images
Lists all images available in the containerd.
create_pod_sandbox
Creates a new Pod sandbox.
stop_pod_sandbox
Stops an existing Pod sandbox.
delete_pod_sandbox
Deletes a Pod sandbox.
create_container
Creates a new container.
start_container
Starts an existing container.
stop_container
Stops a running container.
delete_container
Deletes an existing container.
query_pod_status
Queries the status of a Pod.
query_container_status
Queries the status of a container.
execute_command_in_container
Executes a command in a specified container.
list_images
Lists all images available in the containerd.
get_image_status
Retrieves the status of a specific image.
pull_image
Pulls an image from a remote repository.
delete_image
Deletes a specified image.
get_image_filesystem_info
Retrieves filesystem information for a specified image.
Reseñas de la Comunidad
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación