admica/FileScopeMCP
Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores, helping AI assistants understand the codebase.
Quick Start
Clone the repository:
git clone https://github.com/admica/FileScopeMCPClaude Desktop configuration example:
{
"mcpServers": {
"filescopemcp": {
"command": "npx",
"args": [
"-y",
"admica/FileScopeMCP"
]
}
}
}Check the repository README for specific installation and configuration instructions.