awesome-guidelines

GitHub

A curated list of high quality coding style conventions and standards.

RAW Config

Claude Desktop Configuration

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

{
  "mcpServers": {
    "awesome-guidelines": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-guidelines"
      ]
    }
  }
}