Open source Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents. Built for multitasking, organization, and programmability.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"cmux": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cmux"
]
}
}
}