Skip to content
Zed

software design for Zed

io.github.qwertymuzaffar/software-design

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

client:Zed transport:stdio runtime:npm

Install software design in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

software design in other clients