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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Lists all containers managed by the containerd service.
Retrieves a list of images available in the containerd.
Creates a new Pod Sandbox.
Stops an existing Pod Sandbox.
Deletes a Pod Sandbox.
Creates a new container within a Pod.
Starts a previously created container.
Stops a running container.
Deletes a container.
Queries the status of a specific Pod.
Queries the status of a specific container.
Executes a command within a specified container.
Retrieves the status of a specific image.
Pulls an image from a remote registry.
Deletes a specified image from the containerd.
Retrieves filesystem information for a specific image.