software design for Grok
io.github.qwertymuzaffar/software-design
SOLID/OOP/DRY, the 23 GoF patterns, pattern scaffolding, and heuristic code-smell detection.
client:Grok
transport:stdio
runtime:npm
Install software design in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"software-design": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-software-design"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs