★ 4 stars
TypeScript
🤖 AI/LLM
Updated today
cmux MCP server — 25 tools for terminal agent lifecycle management. Spawn, monitor, and orchestrate Claude, Codex, Cursor, Gemini, Kiro agents. Thinking-state detection, chunked input, layout management.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cmuxlayer": {
"command": "npx",
"args": [
"-y",
"EtanHey/cmuxlayer"
]
}
}
}
Run in terminal:
claude mcp add cmuxlayer npx -y EtanHey/cmuxlayer
Add to .cursor/mcp.json:
{
"mcpServers": {
"cmuxlayer": {
"command": "npx",
"args": [
"-y",
"EtanHey/cmuxlayer"
]
}
}
}
Topics
ai-agentsclaude-codemcp-servermodel-context-protocolorchestrationterminal-multiplexer