bether-qa

Ethernogit/bether-qa
★ 0 stars TypeScript 🤖 AI/LLM Updated 5d ago
MCP server and CLI that maps Node.js project architecture using AI
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": {
    "bether-qa": {
      "command": "npx",
      "args": [
        "-y",
        "Ethernogit/bether-qa"
      ]
    }
  }
}

README Excerpt

CLI en TypeScript que escanea proyectos Node.js/Express y genera un `architecture.json` con módulos, patrones de diseño, features y conexiones entre ellas. - TypeScript + Node.js - commander (CLI) - glob (file finding) - ts-morph (AST parsing de TS/JS) - Anthropic SDK (llamadas a Claude) src/ commands/ → comandos del CLI (scan, sync, etc.)