codebase-intelligence

bntvllnt/codebase-intelligence
★ 6 stars TypeScript 💻 Code/Dev Tools Updated today
CLI-first TypeScript codebase analysis with hotspots, impact, dead-export detection, and architecture metrics. Includes optional MCP server for AI agents.
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": {
    "codebase-intelligenc": {
      "command": "npx",
      "args": [
        "-y",
        "bntvllnt/codebase-intelligence"
      ]
    }
  }
}

README Excerpt

<div align="center"> **CLI-first codebase analysis for TypeScript projects.** Parse your codebase, build a dependency graph, compute architectural metrics, and query everything from your terminal/CI. MCP support is included as an optional secondary interface. </div> --- ```bash npx codebase-intelligence overview ./src

Tools (16)

changesclustersdependentsfileforcesgroupshotspotsimpactinitmainmodulesoverviewprocessesrenamesearchsymbol

Topics

architecturearchitecture-analysisclicode-analysiscode-intelligencecode-mapcodebase-intelligencecommand-line-tooldependency-graphdeveloper-toolsmcppagerankstatic-analysistypescripttypescript-analysis