Luxshan2000/inside-claude-code
🔍 Inside Claude Code — Architecture Deep Dive | Flow Diagrams, UML, Sequence Diagrams | How Memory Shrinking, Tool Execution, Permissions & MCP Work Under the Hood
Platform-specific configuration:
{
"mcpServers": {
"inside-claude-code": {
"command": "npx",
"args": [
"-y",
"inside-claude-code"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<h1 align="center">🔍 Inside Claude Code</h1>
<p align="center"> <strong>Architecture Deep Dive • Flow Diagrams • How Every Feature Works Under the Hood</strong> </p>
<p align="center"> <a href="#-what-is-this"></a> <a href="#-architecture-map"></a> <a href="#-deep-dives"></a> <a href="https://github.com/Luxshan2000/inside-claude-code/stargazers"></a> <a href="https://github.com/Luxshan2000/inside-claude-code/blob/main/LICENSE"></a> </p>
<p align="center"> <em>Ever wondered how Claude Code actually works? How it shrinks memory, executes tools, manages permissions, or streams responses? This repo breaks it all down — one diagram at a time.</em> </p>
---
Claude Code (and its open-source sibling Claw Code) is an agentic AI coding assistant that lives in your terminal. It can read files, write code, run commands, search the web, and orchestrate complex multi-step tasks — all while managing context, permissions, and tool execution autonomously.
This repository is a visual architecture guide. No code. Just diagrams, explanations, and deep dives into every subsystem that makes the magic happen.
Whether you're:
Loading reviews...