1. Conduid
  2. Developer Tools
  3. mcp-containerd
MCP server · Developer Tools

mcp-containerd

Use mcp to manage containerd(developing)

Unclaimed last commit a year ago devtools
51Fair

Scored 3 days ago · breakdown

About mcp-containerd

mcp-containerd is an MCP server published by jokemanfire in the Developer Tools category: use mcp to manage containerd(developing). It has been installed 0 times through Conduid.

The repository has 55 stars and 7 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-containerd

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about mcp-containerd

Powered by Claude · Grounded in docs

I know everything about mcp-containerd. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.1v0.1 · 12 Jul 2025the init package

README

MCP Containerd

This is an MCP server implemented using the RMCP (Rust Model Context Protocol) library for operating Containerd.

Features

  • Implements an MCP server using the RMCP library
  • Supports all Containerd CRI interface operations
  • Provides Runtime Service interfaces
  • Provides Image Service interfaces
  • Supports ctr interface

Prerequisites

  • Rust development environment
  • Containerd installed and running
  • Protobuf compilation tools

Building

cargo build --release

Running

mcp-containerd -t http  #use streamhttp
mcp-containerd --help #list the help info

By default, the service will connect to the unix:///run/containerd/containerd.sock endpoint.

Using with simple-chat-client

The simple-chat-client allows you to interact with the MCP Containerd service: simple-chat-client has moved to simple-chat-client

Example interaction:

> please give me a list of containers
AI: Listing containers...
Tool: list_containers
Result: {"containers":[...]}

> please give me a list of images
AI: Here are the images in your containerd:
Tool: list_images
Result: {"images":[...]}

Service Structure

The MCP server includes the following main components:

  • version service: Provides CRI version information
  • runtime service: Provides container and Pod runtime operations
  • image service: Provides container image operations

CRI Interfaces

Runtime Service

  • Create/Stop/Delete Pod Sandbox
  • Create/Start/Stop/Delete containers
  • Query Pod/container status
  • Execute commands in containers

Image Service

  • List images
  • Get image status
  • Pull images
  • Delete images
  • Get image filesystem information

License

Apache-2.0

README mirrored from the source repository 3 days ago. The original is authoritative.

Questions

About mcp-containerd

How do I install mcp-containerd?

Run npx mcp-containerd, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is mcp-containerd safe to use with an AI agent?

Its trust score is 51 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is mcp-containerd still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.