mcp-containerd

mcp-containerd

29

MCP Containerd is an MCP server utilizing the RMCP library to manage Containerd's CRI interfaces. It provides comprehensive runtime and image services to facilitate container management using Rust.

What is the default connection endpoint for MCP Containerd?

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

What are the prerequisites for running MCP Containerd?

You need a Rust development environment, Containerd installed and running, and Protobuf compilation tools.

What services does the MCP server provide?

The MCP server provides 'version', 'runtime', and 'image' services for CRI operations.

Can the connection parameters be customized?

Currently, the server uses default configuration, but future versions will support customizing connection parameters through configuration files.

What license is MCP Containerd distributed under?

MCP Containerd is distributed under the Apache-2.0 license.