# forrestchang/andrej-karpathy-skills | Model Context Protocol (MCP) Server > A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls. - **Stars**: ⭐ 121,658 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "andrej-karpathy-skills": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-andrej-karpathy-skills" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "andrej-karpathy-skills": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-andrej-karpathy-skills" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-andrej-karpathy-skills` - **Docker**: `docker run -i --rm mcp/andrej-karpathy-skills`