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
0
View on GitHub

Installation

npx -y admica/FileScopeMCP

Configuration

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.

GitHub: https://github.com/admica/FileScopeMCP

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub