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 in the containerd.
list_images
Lists all images in the containerd.
Create Pod Sandbox
Creates a new Pod Sandbox.
Stop Pod Sandbox
Stops a running Pod Sandbox.
Delete Pod Sandbox
Deletes a Pod Sandbox.
Create container
Creates a new container.
Start container
Starts a stopped container.
Stop container
Stops a running container.
Delete container
Deletes a container.
Query Pod/container status
Queries the status of a specified Pod or container.
Execute commands in containers
Executes specified commands in a running container.
Get image status
Retrieves the status of a specified image.
Pull images
Pulls a specified image from a remote repository.
Delete images
Deletes a specified image from containerd.
Get image filesystem information
Retrieves filesystem information for a specified image.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요