
Claude Code Source
Supports UIby wuwangzhang1216
Open-source mirror of Claude Code with architecture analysis and multi-model support.
What it does
This repository provides an extracted source-code mirror of Anthropic's Claude Code, enabling developers to run the AI programming CLI locally for educational and research purposes. It allows the use of various models including Claude and GPT-5.4 via ChatGPT subscriptions.
Tools
- BashTool: Executes shell commands with integrated safety checks.
- FileEditTool: Performs precise file edits using diff matching.
- MCPTool: Integrates with the Model Context Protocol for extended capabilities.
- AgentTool: Spawns recursive sub-agents for complex task decomposition.
- Glob/Grep: High-performance codebase searching and file listing.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"claude-code-source": {
"command": "bun",
"args": ["/path/to/claude-code-source/src/entrypoints/cli.tsx"]
}
}
}
Supported hosts
- claude
Quick install
node scripts/setup.mjs && ./start.shInformation
- Pricing
- free
- Published
- 4/29/2026
- stars






