AI / MLUnknown

claude-code-book

A comprehensive analysis of the architecture behind AI Agents, focusing on the Agent Harness framework.

Free
N/A rating (0 reviews)0 installs2,395 GitHub stars
AIAgent HarnessArchitecture

This book dissects the structure of AI Agents, providing insights into the dialogue loop, tool permissions, context compression, and the inheritance of context by sub-agents. It aims to equip readers with a transferable mental model applicable to any Agent framework.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "claude-code-book": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-code-book"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.