Skip to content
Claude Desktop

software design for Claude Desktop

io.github.qwertymuzaffar/software-design

SOLID/OOP/DRY, the 23 GoF patterns, pattern scaffolding, and heuristic code-smell detection.

client:Claude Desktop transport:stdio runtime:npm

Install software design in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "software-design": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-software-design"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

software design in other clients