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(15)
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 a running Pod Sandbox.
delete_pod_sandbox
Deletes a specified Pod Sandbox.
create_container
Creates a new container within a Pod.
start_container
Starts a previously created container.
stop_container
Stops a running container.
delete_container
Deletes a specified container.
query_container_status
Queries the status of a specified container.
execute_command_in_container
Executes a command within a specified container.
get_image_status
Retrieves the status of a specified image.
pull_image
Pulls an image into the containerd from a remote repository.
delete_image
Deletes a specified image from the containerd.
get_image_filesystem_info
Retrieves filesystem information for a specified image.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation