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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Retrieve a list of containers currently managed by the MCP Containerd service.
Retrieve a list of images available in the containerd.
Create a new Pod Sandbox.
Stop a running Pod Sandbox.
Delete a Pod Sandbox.
Create a new container.
Start a previously created container.
Stop a running container.
Delete a container.
Query the status of a Pod.
Query the status of a container.
Execute a command inside a specified container.
Retrieve a list of available images.
Get the status of a specified image.
Pull a specified image into the containerd.
Delete a specified image from the containerd.
Retrieve filesystem information of a specified image.