LLM-Engineers-Handbook

GitHub

The LLM's practical guide: From the fundamentals to deploying advanced LLM and RAG apps to AWS using LLMOps best practices

RAW Config

Claude Desktop Configuration

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

{
  "mcpServers": {
    "LLM-Engineers-Handbook": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-LLM-Engineers-Handbook"
      ]
    }
  }
}