cc-home

0ni4/cc-home
★ 1 stars Python AI/LLM Updated today
A simple desktop GUI for using Claude Code — browse/resume sessions, chat, and manage skills & MCP servers.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cc-home": {
      "command": "uvx",
      "args": [
        "cc-home"
      ]
    }
  }
}

Or install with pip: pip install cc-home

README Excerpt

A simple desktop GUI for using Claude Code — browse, search, and resume your sessions, chat with streaming responses, and manage skills and MCP servers. It wraps the `claude` CLI instead of calling the API directly, so it works behind an external LLM gateway, inheriting whatever the CLI is configured with.