MCP Server
Active
MIT
io.github.qwertymuzaffar/software-design MCP Server
io.github.qwertymuzaffar/software-design
What is the io.github.qwertymuzaffar/software-design MCP server?
SOLID/OOP/DRY, the 23 GoF patterns, pattern scaffolding, and heuristic code-smell detection.
How to install io.github.qwertymuzaffar/software-design
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"software-design": {
"command": "npx",
"args": [
"-y",
"mcp-software-design"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"software-design": {
"command": "npx",
"args": [
"-y",
"mcp-software-design"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"software-design": {
"command": "npx",
"args": [
"-y",
"mcp-software-design"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"software-design": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-software-design"
]
}
}
}Claude Code
claude mcp add software-design -- npx -y mcp-software-designRelated MCP servers
Validate & format git commit messages per the Udacity Git Commit Message Style Guide.
0
View repository →JavaScript
MIT