The LLM's practical guide: From the fundamentals to deploying advanced LLM and RAG apps to AWS using LLMOps best practices
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"LLM-Engineers-Handbook": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-LLM-Engineers-Handbook"
]
}
}
}