developer tools

FileScopeMCP

Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores, helping AI assistants understand the codebase.

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

Need More Details?

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

View Full Documentation on GitHub

Related MCPs

View all →