ai-agent-book

GitHub

《深入理解 AI Agent:设计原理与工程实践》(李博杰 著)开源主仓库:全书正文、编译版 PDF 与按章配套代码

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

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