cmux-mcp: MCP server for AI agents to control cmux terminals #2338
daegweon
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I built cmux-mcp — a Model Context Protocol server that lets AI agents (Claude Code, Claude Desktop, etc.) control cmux terminals.
What it does
Three MCP tools:
Why cmux CLI instead of AppleScript
Forked from iterm-mcp but completely rewritten to use cmux native CLI (
cmux send,cmux read-screen,cmux send-key) via Unix socket:cmux read-screenAPI instead of Ghostty debug-only actions--surfacetargeting for precise pane controlQuick Start
Add to
~/.claude/settings.json:{ "mcpServers": { "cmux-mcp": { "command": "node", "args": ["/path/to/cmux-mcp/build/index.js"] } } }Feedback and contributions welcome!
Beta Was this translation helpful? Give feedback.
All reactions