Claude Code is a TypeScript-based CLI tool for interacting with Claude from the terminal, featuring tools for code editing, git workflows, and codebase exploration. It ships leaked source with MCP server integration and a React/Ink UI.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Claude Code is Anthropic's official CLI tool for interacting with Claude directly from the terminal — editing files, running commands, searching codebases, managing git workflows, and more. This repository contains the leaked src/ directory.
| | | |---|---| | Leaked | 2026-03-31 | | Language | TypeScript (strict) | | Runtime | Bun | | Terminal UI | React + Ink | | Scale | ~1,900 files · 512,000+ lines of code |
How it works
The project comprises a multi-part architecture including a Tool System ( ~40 tools with per-tool input schemas and permission models ), a Command System (slash commands like /commit, /review, /mcp), and a Service Layer (external integrations such as api/, mcp/, lsp/). It includes a Bridge System to connect IDEs, a Permission System that prompts users or auto-resolves, and Feature Flags managed at build time via bun:bundle.
Key components and files include:
- src/tools/ — tool implementations (~40)
- src/commands/ — slash commands (~50)
- src/services/ — external integrations
- src/bridge/ — IDE integrations
- src/coordinator/ — multi-agent orchestration
- Queries and Core engine: src/QueryEngine.ts, src Tool definitions: src/Tool.ts
Getting started
The README provides MCP server installation and setup details for integrating with Claude Code:
# Claude Code
claude mcp add warrioraashuu-codemaster -- npx -y warrioraashuu-codemaster
git clone https://github.com/codeaashu/claude-code.git ~/claude-code \
&& cd ~/claude-code/mcp-server \
&& npm install && npm run build \
&& claude mcp add claude-code-explorer -- node ~/claude-code/mcp-server/dist/index.js
Also included are VS Code / Claude Desktop / Cursor config templates:
{
"servers": {
"claude-code-explorer": {
"type": "stdio",
"command": "node",
"args": ["${workspaceFolder}/mcp-server/dist/index.js"],
"env": { "CLAUDE_CODE_SRC_ROOT": "${workspaceFolder}/src" }
}
}
}
Recent releases
RELEASES (latest 0):
- none
Traction
Stars: 3195 Forks: 3628 Open issues: 15
Behind the repo
Not applicable per facts.
Caveats
License: none listed Created: 2026-03-31 Last push: 2026-04-22 Topics include claude, claude-ai, claude-code-leaked, claude-skills






