Skip to content

Repository Analyzer

Free

by MCP Community

MCP server for comprehensive codebase analysis, dependency intelligence, automated documentation generation, and multi-repository workspace analysis

v1.2.3Added Apr 12, 2026
mcpmodel-context-protocolcodebasedependenciesindexing
Works with:ClaudeGPTGeminiCopilot

Repository Analyzer MCP Server

MCP server for comprehensive codebase analysis, dependency intelligence, automated documentation generation, and multi-repository workspace analysis

Installation

npx -y repository-analyzer-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y repository-analyzer-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "repository-analyzer": {
      "command": "npx",
      "args": ["-y", "repository-analyzer-mcp"]
    }
  }
}