cleancode-inspector

Simon-CHOU/cleancode-inspector
★ 0 stars TypeScript Code/Dev Tools Updated today
An AI-powered MCP server that audits your codebase against classic software engineering textbooks. Powered by local RAG, it maps Clean Code, TDD, and DDD philosophies directly to your IDE. (BYOB: Bring Your Own Book, no PDFs included)
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": {
    "cleancode-inspector": {
      "command": "npx",
      "args": [
        "-y",
        "Simon-CHOU/cleancode-inspector"
      ]
    }
  }
}