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.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
List all containers managed by the MCP Containerd service.
List all images available in the containerd.
Create a new Pod Sandbox.
Stop an existing Pod Sandbox.
Delete a specified Pod Sandbox.
Create a new container.
Start a specified container.
Stop a running container.
Delete a specified container.
Query the status of a specified Pod.
Query the status of a specified container.
Execute a command within a specified container.
List all images managed by the MCP Containerd service.
Retrieve the status of a specified image.
Pull an image from a remote repository.
Delete a specified image.
Get filesystem information for a specified image.