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 MCP Containerd service.
Lists all images available in the containerd.
Creates a new Pod Sandbox.
Stops the specified Pod Sandbox.
Deletes the specified Pod Sandbox.
Creates a new container.
Starts a specified container.
Stops a specified container.
Deletes a specified container.
Queries the status of a specified Pod.
Queries the status of a specified container.
Executes a command inside a specified container.
Retrieves the status of a specified image.
Pulls a specified image into the containerd.
Deletes a specified image from the containerd.
Gets filesystem information for a specified image.