Open-Source Web UI for Parallel Claude Code Sessions Using Git Worktree

What CCUI Does
CCUI is an open-source web interface built to manage multiple Claude Code sessions simultaneously. The tool leverages git worktree functionality to handle parallel development sessions directly in your browser.
Key Features and Setup
The tool runs as a local web server, making it accessible through any web browser. This architecture works particularly well with SSH port forwarding, allowing developers to use it on remote development machines.
Each Claude Code session in CCUI binds to a specific git branch. The system can either use existing branches or fork new ones as needed for different sessions.
Interface Components
- Central Monitoring Panel: Provides an at-a-glance view of all Claude Code processes, showing their current status: running, needs input, or done
- Side Widgets: Track usage statistics and display the git status of the current branch
The developer has been using CCUI to develop the tool itself, reporting significant productivity improvements from this workflow.
The project is hosted on GitHub at https://github.com/yxwucq/CCUI and the developer is actively seeking feedback and issue reports from users who try it out.
📖 Read the full source: r/ClaudeAI
👀 See Also

Spectral: Capture App Traffic to Generate MCP Servers for OpenClaw Agents
Spectral is an open-source tool that captures traffic from any application, analyzes it with an LLM, and generates a working MCP server, allowing OpenClaw agents to call the app's real API directly instead of relying on browser automation.

Exasol Releases MCP Server for Database Context in AI Agent Workflows
Exasol has released an MCP Server that enables databases to provide context to AI agents about available data, business rules, and safe interaction methods. The server is read-only by default, supports high-concurrency workflows, and can be deployed on-prem, in cloud, or hybrid environments.

WinRemote MCP: Open Source MCP Server for Full Control of Windows Desktops
WinRemote MCP provides AI agents with full control over Windows desktops, allowing for UI detection, file operations, registry access, and more, utilizing over 40 tools.

Claude Code v2.1.166: Fallback Models, Glob Deny Rules, Cross-Session Hardening
Claude Code v2.1.166 introduces up to 3 fallback models, glob pattern support in deny rules, hardened cross-session messaging, and fixes for terminal flickering, orphaned processes, and more.