AI Agent Terminal for Windows — Run Claude Code, Codex, Gemini CLI side by side with split terminals, browser automation via CDP, MCP integration, session persistence, and smart notifications
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"wmux": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI Agent Terminal for Windows — Run Claude Code, Codex, Gemini CLI side by side with split terminals, browser automation via CDP, MCP integration, session persistence, and smart notifications
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / developer-tools
Dynamic problem-solving through sequential thought chains
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Manage Supabase projects — databases, auth, storage, and edge functions
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Security Weekly
Get CVE alerts and security updates for Wmux and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Run Claude Code + Codex + Gemini CLI side by side. Windows-native terminal multiplexer with an MCP bridge and browser automation — the fastest way to run multiple AI CLI agents in one window.
macOS has cmux — a tmux-based terminal multiplexer for AI agents.
Windows has no tmux. Without WSL, there was no way.
wmux fixes this. Native Windows terminal multiplexer + browser automation + MCP server. Your AI agent reads the terminal, controls the browser, and works autonomously.
Claude Code writes the backend on the left
Codex builds the frontend on the right
Gemini CLI runs tests at the bottom
— all on one screen, simultaneously.
Winget (recommended):
winget install openwong2kim.wmux
Chocolatey:
choco install wmux
Installer:
One-liner (PowerShell):
irm https://raw.githubusercontent.com/openwong2kim/wmux/main/install.ps1 | iex
Tell Claude Code "search Google for this" and it actually does it.
wmux's built-in browser connects via Chrome DevTools Protocol. Click, type, screenshot, execute JS — all done by the AI directly. Works perfectly with React controlled inputs and CJK text.
You: "Search for wmux on Google"
Claude: browser_open → browser_snapshot → browser_fill(ref=13, "wmux") → browser_press_key("Enter")
→ Actually searches Google. Done.
Ctrl+D to split, Ctrl+N for new workspace. Place multiple terminals and browsers in each workspace. Ctrl+click for multiview — see multiple workspaces at once.
ConPTY-based native Windows terminal. xterm.js + WebGL hardware-accelerated rendering. 999K lines of scrollback. Terminal content persists even after restart.
Tmux-style prefix mode — Ctrl+B then a single action key (split, focus, new workspace…) for muscle-memory terminal navigation. 13 actions, fully rebindable.
Floating pane — `Ctrl+`` for a Quake-style dropdown terminal that lives outside your main layout. Stays alive across toggles.
Scroll bookmarks — Ctrl+M marks the current scroll position, Ctrl+Up/Down jumps between marks. Indicators render on the gutter.
Smart right-click — Windows Terminal style. Selection → instant copy. Empty area → instant paste. Link → small Open / Copy Link menu. Zero modal interrupts.
wmux tells you when your AI agent finishes.
git push --force, rm -rf, DROP TABLE → dangerous action detectionNot pattern matching — output throughput-based detection. Works with any agent.
Launch wmux and the MCP server registers automatically. Claude Code just works:
| What Claude can do | MCP Tool |
|---|---|
| Open browser | browser_open |
| Navigate to URL | browser_navigate |
| Take screenshot | browser_screenshot |
| Read page structure | browser_snapshot |
| Click element | browser_click |
| Fill form | browser_fill / browser_type |
| Execute JS | browser_evaluate |
| Press key | browser_press_key |
| Read terminal | terminal_read |
| Read co |