Skip to content
Claude Desktop

ACMS for Claude Desktop

io.github.gattjoe/acms

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

client:Claude Desktop transport:stdio runtime:pypi

Install ACMS in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

ACMS in other clients