Command Palette

Search for a command to run...

UnylyUnyly
Browse all

ACMS

FreeNot checked

Provides programmatic access to Apple's container CLI tool on macOS with 50+ container operations across 9 functional categories, supporting both local and remo

GitHubEmbed

About

Provides programmatic access to Apple's container CLI tool on macOS with 50+ container operations across 9 functional categories, supporting both local and remote HTTP/S access.

README

Downloads PyPI Version Python version

ACMS is a Model Context Protocol (MCP) server that provides programmatic access to Apple's container CLI tool on macOS. ACMS can be run locally or accessed remotely via HTTP/S.

The point of ACMS is to bring attention to the Containerization package and Container cli efforts. Inspiration for ACMS came from coderunner.

Prerequisites

  • Mac with Apple Silicon
  • macOS 26+ - It can run on Sequoia with limitations.
  • Xcode 26 - required to compile containerization
  • Apple Containerization Framework - (required for container functionality)
  • Apple Container Cli - installed and in PATH

Quick Start

Install

Either clone the repository or pip install acms in a venv.

Start Apple Container Services


container system start

Start ACMS Server

# Recommended: Use the startup script
./start-acms.sh

# Or start directly with custom options
python3 acms/acms.py --port 8765 --host 127.0.0.1 > acms.log 2>&1 &

Configure MCP Client

Add to your MCP client configuration:

claude mcp add --transport http acms http://localhost:8765/mcp

Usage Examples

"acms create an ubuntu x64 container ..."

Testing

ACMS includes comprehensive end-to-end testing, just tell Claude to run the "ACMS CLAUDE TEST GUIDE".

Security Considerations

This is not secure, especially if you run it on a remote Mac OS endpoint on your home net. Also, you can lose your data when Claude tries to be helpful.

footgun

mcp-name: io.github.gattjoe/ACMS

from github.com/gattjoe/acms

Installing ACMS

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/gattjoe/acms

FAQ

Is ACMS MCP free?

Yes, ACMS MCP is free — one-click install via Unyly at no cost.

Does ACMS need an API key?

No, ACMS runs without API keys or environment variables.

Is ACMS hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install ACMS in Claude Desktop, Claude Code or Cursor?

Open ACMS on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare ACMS with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs