MCP Server
A Model Context Protocol (MCP) server that provides Apple Container CLI integration for AI assistants and automated workflows.
Prerequisites
Section titled “Prerequisites”- Node.js or Bun: Node.js 18.0.0+ or Bun 1.0.0+
- Apple Container: Apple Container CLI must be installed and available in PATH
MCP Configuration Example
Section titled “MCP Configuration Example”With Bun (recommended):
{ "mcpServers": { "container": { "command": "bunx", "args": ["-y", "container-mcp-server@latest"] } }}
With pnpm:
{ "mcpServers": { "container": { "command": "pnpm", "args": ["dlx", "container-mcp-server@latest"] } }}
With npm:
{ "mcpServers": { "container": { "command": "npx", "args": ["-y", "container-mcp-server@latest"] } }}