software design for VS Code
io.github.qwertymuzaffar/software-design
SOLID/OOP/DRY, the 23 GoF patterns, pattern scaffolding, and heuristic code-smell detection.
client:VS Code
transport:stdio
runtime:npm
Install software design in VS Code
.vscode/mcp.json
{
"servers": {
"software-design": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-software-design"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs