Analyzes C/C++ source files to detect includes and differentiate between system and local headers for dependency tracking and importance ranking.
Processes JavaScript files using regex patterns to detect import/require statements for dependency tracking and importance ranking.
Supports running the MCP server from WSL Linux environments with compatible configuration files.
Parses Python files using AST for accurate import detection, enabling dependency tracking and importance ranking.
Processes TypeScript files using regex patterns to detect import statements for dependency tracking and importance ranking.
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
A tool that helps rank codebase files by importance (1-10 scale), track file dependencies, and provide summaries, all accessible through a simple JSON-based interface.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityProvides tools for collecting and documenting code from directories.Last updated -47315MIT License
- AsecurityAlicenseAqualityAnalyzes source code dependencies across multiple programming languages in the specified directory to identify file relationships, assisting in dependency management and project structure understanding.Last updated -11MIT License
- -securityAlicense-qualityA comprehensive code analysis and management tool that integrates with Claude Desktop to analyze code at project and file levels, helping adapt changes to projects intelligently.Last updated -39MIT License
- -securityFlicense-qualityAnalyzes codebases to generate dependency graphs and architectural insights across multiple programming languages, helping developers understand code structure and validate against architectural rules.Last updated -6914