Skip to content
Windsurf

ACMS for Windsurf

io.github.gattjoe/acms

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

client:Windsurf transport:stdio runtime:pypi

Install ACMS in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

ACMS in other clients