A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"container": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-container"
]
}
}
}