RUN IN TERMINAL
claude mcp add gattjoe -- uvx ACMS
ADD TO claude_desktop_config.json
{
"mcpServers": {
"gattjoe": {
"command": "uvx",
"args": ["ACMS"]
}
}
}
ADD TO .vscode/mcp.json
{
"mcpServers": {
"gattjoe": {
"command": "uvx",
"args": ["ACMS"]
}
}
}
ADD TO .cursor/mcp.json
{
"mcpServers": {
"gattjoe": {
"command": "uvx",
"args": ["ACMS"]
}
}
}
About This MCP Server
Apple Container MCP Server (ACMS) provides access to Apple's container CLI tool on macOS. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with developer tools capabilities via the streamable-http transport.
Package
ACMS on pypi
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the streamable-http transport and is available on pypi.
What tools does it provide?
The ACMS server extends your AI assistant with developer tools capabilities. Once installed, your AI can use its tools automatically.