Repository Analyzer
Freeby 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
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
Installation
Quick install
npx -y repository-analyzer-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"repository-analyzer": {
"command": "npx",
"args": ["-y", "repository-analyzer-mcp"]
}
}
}