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 present in the containerd.
Lists all images available in the containerd.
Creates a new Pod Sandbox.
Stops a running Pod Sandbox.
Deletes a Pod Sandbox.
Creates a new container.
Starts an existing container.
Stops a running container.
Deletes a container.
Queries the status of a Pod.
Queries the status of a container.
Executes a command in a running container.
Retrieves the status of a specific image.
Pulls an image from a registry.
Deletes a specific image from the containerd.
Gets filesystem information for a specific image.