Skip to content
Zed

ACMS for Zed

io.github.gattjoe/acms

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

client:Zed transport:stdio runtime:pypi

Install ACMS in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

ACMS in other clients