developer tools
FileScopeMCP
Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores, helping AI assistants understand the codebase.
python
typescript
rust
developer tools
Installation
npx -y admica/FileScopeMCPConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "FileScopeMCP",
"command": "npx",
"args": [
"-y",
"admica/FileScopeMCP"
]
}About This MCP Server
admica/FileScopeMCP
Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores, helping AI assistants understand the codebase.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub