# Kristories/awesome-guidelines | Model Context Protocol (MCP) Server > A curated list of high quality coding style conventions and standards. - **Stars**: ⭐ 10,782 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-guidelines": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-guidelines" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-guidelines": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-guidelines" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-guidelines` - **Docker**: `docker run -i --rm mcp/awesome-guidelines`