FileScopeMCPMCP Server27/100 via “file importance scoring with multi-factor ranking algorithm”
** - Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores per file, helping AI assistants understand the codebase. Automatically parses popular programming languages, Python, Lua, C, C++, Rust, Zig.
Unique: Combines dependency-based ranking (graph centrality) with file-type heuristics and naming pattern recognition in a single normalized score, rather than using only dependency counts or only static heuristics. Allows setFileImportance() to override scores manually, enabling human-in-the-loop refinement.
vs others: More lightweight than machine-learning-based importance ranking (e.g., using code metrics) but more context-aware than simple dependency counting; designed specifically for AI assistant context prioritization rather than general code metrics