MCPServers
Containerd - MCP server logo

Containerd

43
0

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(16)

list_containers

Lists all containers in the containerd environment.

list_images

Lists all images in the containerd environment.

create_pod_sandbox

Creates a new Pod Sandbox.

stop_pod_sandbox

Stops a Pod Sandbox.

delete_pod_sandbox

Deletes a Pod Sandbox.

create_container

Creates a new container.

start_container

Starts a previously created container.

stop_container

Stops a running container.

delete_container

Deletes a container.

query_pod_status

Queries the status of a Pod.

query_container_status

Queries the status of a container.

execute_command_in_container

Executes a command inside a running container.

get_image_status

Retrieves the status of a specified image.

pull_image

Pulls an image into the containerd environment.

delete_image

Deletes a specified image from the containerd environment.

get_image_filesystem_info

Gets filesystem information for a specified image.

Last Updated: July 12, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ