container (MCP Server)

GitHub

A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon.

48,962 stars Swift MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "container": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-container"
      ]
    }
  }
}