Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Containerd

    Use mcp to manage containerd(developing)

    51 stars
    Rust
    Updated Oct 14, 2025

    Table of Contents

    • Features
    • Prerequisites
    • Building
    • Running
    • Using with simple-chat-client
    • Service Structure
    • CRI Interfaces
    • Runtime Service
    • Image Service
    • License

    Table of Contents

    • Features
    • Prerequisites
    • Building
    • Running
    • Using with simple-chat-client
    • Service Structure
    • CRI Interfaces
    • Runtime Service
    • Image Service
    • License

    Documentation

    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

    bash
    cargo build --release

    Running

    bash
    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:

    code
    > 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

    Similar MCP

    Based on tags & features

    • IM

      Imagen3 Mcp

      Rust·
      46
    • MC

      Mcp Access Point

      Rust·
      135
    • WI

      Winx Code Agent

      Rust·
      19
    • CO

      Code Assistant

      Rust·
      103

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • IM

      Imagen3 Mcp

      Rust·
      46
    • MC

      Mcp Access Point

      Rust·
      135
    • WI

      Winx Code Agent

      Rust·
      19
    • CO

      Code Assistant

      Rust·
      103

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k