Odel
ACMS

ACMS

Local
@gattjoe3PythonApache-2.0Updated 8mo ago

Apple Container MCP Server (ACMS) provides access to Apple's container CLI tool on macOS

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIACMSv0.1.0

Run

uvx ACMS

MCP client config

{
  "mcpServers": {
    "acms": {
      "command": "uvx",
      "args": [
        "ACMS"
      ]
    }
  }
}