java-patterns-mcp

air237/java-patterns-mcp
★ 0 stars Java AI/LLM Updated today
MCP server exposing the 23 Gang of Four design patterns to AI coding agents — generation, canonical examples, AST-based detection, validation, and anti-pattern refactoring for Java.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "java-patterns-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "air237/java-patterns-mcp"
      ]
    }
  }
}

Topics

ai-coding-assistantai-toolsastcode-generationdesign-patternsgang-of-fourgofjavajava-21javaparsermcpmodel-context-protocolrefactoring