SOLID/OOP/DRY, the 23 GoF patterns, pattern scaffolding, and heuristic code-smell detection.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Software Design.
list_catalogCallable MCP tool function
explain_conceptCallable MCP tool function
scaffold_patternCallable MCP tool function
check_smellsCallable MCP tool function
An MCP server that teaches and helps apply software-design guidance β the SOLID principles, the OOP pillars, DRY / KISS / YAGNI / meaningful naming / clean code, and the 23 Gang-of-Four design patterns β plus pattern scaffolding and heuristic code-smell detection.
It's the companion to
mcp-udacity-commit: same stack (TypeScript, the MCP
SDK, stdio transport), same shape (pure logic modules + thin server wiring).
Register it with Claude Code β one line, nothing to clone:
Or in an MCP client config:
The commit server can lint: "subject β€ 50 chars" is objectively checkable. Design principles and patterns are not like that β "does this violate SRP?" or "should this be a Factory?" are judgment calls, not lint rules.
So this server does not pretend to grade your architecture pass/fail. Instead it does the parts that are genuinely reliable, and hands the judgment to the model:
| Capability | Primitive | What it gives you |
|---|---|---|
| Reference | resources + explain_concept | Authoritative, consistent definitions so the model cites the same thing every time. |
| Scaffolding | scaffold_pattern | A language-agnostic skeleton of a pattern's participants. |
| Smell heuristics | check_smells | A few genuinely-checkable proxies (long method, deep nesting, β¦) β hints, never verdicts. |
| Explain / apply | review_design, apply_pattern prompts | Prime the model to review or refactor, grounded in the tools + resources above. |
Design analysis is a judgment call, so the "explain/apply helper" is exposed as MCP prompts (which drive the client's model) rather than server code pretending to understand your snippet.
list_catalog { kind? } β list concepts, optionally filtered
(principle | solid | oop | pattern | creational | structural |
behavioral). solid / oop narrow to the SOLID five / the four OOP pillars.explain_concept { name } β full guidance for one principle or
pattern (intent, when-to-use, trade-offs, participants). Accepts a slug,
name, or alias ("SRP", "open-closed", "pubsub").scaffold_pattern { pattern, names? } β pseudo-code skeleton for a GoF
pattern; names optionally renames roles to your domain
({ "Product": "Notification" }).check_smells { code, β¦thresholds? } β heuristic scan for long
method, large class, long parameter list, deep nesting, duplication, and
large file. Each finding names the principle it hints at plus a suggested
refactor. All thresholds are overridable per call.design://principles β SOLID, OOP pillars, DRY, KISS, YAGNI, meaningful
naming, and more.design://patterns β the 23 GoF patterns, grouped creational /
structural / behavioral.design://smells β what check_smells detects, its thresholds, and its
caveats.review_design { code, focus? } β review a snippet against the
principles/patterns, grounded in check_smells + the resources.apply_pattern { pattern, code } β refactor a snippet to apply a named
pattern (and first judge whether it even fits).For local development, or to run a local checkout instead of the published package:
Then register it the same way as Install above β both the
claude mcp add command and the MCP-client-config form work β but point at
your local build instead of npx:
The src/*.ts logic modules are pure and side-effect-free, so they're unit
tested directly against the compiled output β the server (index.ts) is only
thin wiring on top.
MIT
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/software-design)<a href="https://allmcps.com/mcp/software-design"><img src="https://allmcps.com/api/badge/software-design?style=directory" alt="Software Design on AllMCPs" /></a>