cchub
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 50 GitHub stars
Code Pass
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
CCHub - Claude Code 生态管理平台 | Claude Code Ecosystem Management Platform (MCP, Skills, Hooks, Config)
Introduction
CCHub is a desktop application for managing the complete Claude Code ecosystem — MCP Servers, Skills, Plugins, Hooks, and Config Profiles — all in one place.
The Claude Code ecosystem is growing rapidly, but management is fragmented: manual JSON editing, manual file copying, no unified interface. CCHub is here to fix that.
Screenshots
Screenshots coming soon. Star the repo to stay updated!
Features
- MCP Server Management — Auto-scan installed MCP Servers (Claude Code, Claude Desktop, Cursor). Enable/disable, edit config, delete.
- MCP Server Marketplace — Built-in registry with categorized MCP servers, one-click install with env config, custom source support.
- MCP Server Health Monitoring — Command existence check, process spawn test, latency measurement.
- Skills & Plugins — Browse installed Skills and Plugins with trigger commands, descriptions, and file paths. MDXEditor rich-text editing.
- Workflows Management — 12 built-in workflow templates (Code Review, TDD, Bug Diagnosis, Refactoring, Security Audit, etc.). One-click install to Claude / Codex / Gemini / OpenCode / OpenClaw, Markdown editing, enable/disable toggle.
- Hooks Management — Visualize all Hooks with event types, matchers, and commands.
- Config Profiles — Switch between different configurations for Claude Code, Codex, Gemini CLI, OpenCode, OpenClaw. Structured editing with presets, auto-scan local configs.
- CLAUDE.md Manager — Visual editor for CLAUDE.md project instructions with templates.
- Tools Page — Claude Code permission slider (4 levels), StatusLine (claude-hud) install/config/toggle, Codex settings.
- StatusLine (claude-hud) — One-click install, proxy support, China mirror fallback, display configuration.
- Security Audit — Permission scanning for env secrets, shell execution risks, npx auto-install risks.
- Backup & Restore — Export all configs as SQL, import with legacy JSON support.
- Auto Update — Built-in update checker with Tauri native updater + GitHub Releases fallback.
- Dark / Light Theme — Glassmorphism UI with theme switching.
- i18n — Chinese (default) and English.
- System Tray — Minimize to tray on close.
Download
| File | Description |
|---|---|
| Setup EXE | Recommended — NSIS installer with shortcuts and auto-update |
| MSI | Windows Installer format for enterprise deployment |
| Portable | No install needed — double-click and run |
| macOS DMG | Apple Silicon & Intel |
| Linux | deb / AppImage / RPM |
Requirements: Windows 10/11 (x64), macOS 10.15+, Linux (WebKit2GTK required).
Tech Stack
| Layer | Technology |
|---|---|
| Desktop Framework | Tauri 2.0 — Rust backend + Web frontend, 10x lighter than Electron |
| Frontend | React 19 + TypeScript + Tailwind CSS 4 |
| Backend | Rust — High performance, single binary distribution |
| Database | SQLite (rusqlite) — Zero-dependency local storage |
| Build | Vite 6 + pnpm |
Getting Started (Development)
Prerequisites
- Node.js >= 18
- pnpm >= 8
- Rust >= 1.70
- Tauri 2.0 Prerequisites
Install & Run
# Clone
git clone https://github.com/Moresl/cchub.git
cd cchub
# Install dependencies
pnpm install
# Development
pnpm tauri dev
# Build
pnpm tauri build
Scan Paths
CCHub auto-scans MCP Server configs from:
| Path | Description |
|---|---|
~/.claude/plugins/**/.mcp.json |
Claude Code plugin directory (recursive) |
%APPDATA%/Claude/claude_desktop_config.json |
Claude Desktop config |
~/.cursor/mcp.json |
Cursor editor config |
Roadmap
- MCP Server management (scan, toggle, edit, delete)
- MCP Server marketplace (registry, one-click install, custom sources)
- MCP Server health monitoring (command check, spawn test, latency)
- Skills & Plugins browser (MDXEditor, cross-tool sync)
- Workflows management (12 templates, Markdown editing, enable/disable)
- Hooks visualization
- Config Profiles (structured editor, multi-tool switching)
- CLAUDE.md manager (editor, templates, toggle)
- Tools page (permissions, StatusLine, Codex settings)
- StatusLine (claude-hud) integration (install, config, proxy, China mirror)
- Security audit (permission scanning, risk detection)
- Backup & restore (SQL export/import)
- Auto-update (Tauri Updater + GitHub fallback)
- Dark / Light theme
- i18n (Chinese + English)
- macOS / Linux support (CI multi-platform builds)
- System tray (minimize on close)
- Config change detection (security audit over time)
- Hooks editor (create/edit hooks from UI)
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Star History
License
This project is licensed under the MIT License — see the LICENSE file for details.
Acknowledgments
- Tauri — Lightweight desktop app framework
- Claude Code — AI coding assistant
- MCP — Model Context Protocol
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found