software design for Cursor
io.github.qwertymuzaffar/software-design
SOLID/OOP/DRY, the 23 GoF patterns, pattern scaffolding, and heuristic code-smell detection.
client:Cursor
transport:stdio
runtime:npm
Install software design in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"software-design": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-software-design"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs