ACMS for Cursor
io.github.gattjoe/acms
Apple Container MCP Server (ACMS) provides access to Apple's container CLI tool on macOS
client:Cursor
transport:stdio
runtime:pypi
Install ACMS in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"acms": {
"type": "stdio",
"command": "uvx",
"args": [
"ACMS"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs