Prompt-Engineering-Guide

GitHub

๐Ÿ™ Guides, papers, lessons, notebooks and resources for prompt engineering, context engineering, RAG, and AI Agents.

RAW Config

Claude Desktop Configuration

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

{
  "mcpServers": {
    "Prompt-Engineering-Guide": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Prompt-Engineering-Guide"
      ]
    }
  }
}