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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Lists all containers managed by the MCP server.
Retrieves a list of images available in the containerd.
Creates a new Pod sandbox for running containers.
Stops a running Pod sandbox.
Deletes a specified Pod sandbox.
Creates a new container within a Pod sandbox.
Starts a previously created container.
Stops a running container.
Deletes a specified container.
Fetches the current status of a specified Pod or container.
Executes a command inside a running container.
Retrieves a list of available images.
Fetches the status of a specified image.
Pulls a specified image from a repository.
Deletes a specified image from the server.
Retrieves filesystem information for a specified image.