Skip to main content
Developer ToolsPython/TypeScript/Rust

admica/FileScopeMCP

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

developer-tools
Share:

Quick Start

Clone the repository:

git clone https://github.com/admica/FileScopeMCP

Claude Desktop configuration example:

{
  "mcpServers": {
    "filescopemcp": {
      "command": "npx",
      "args": [
        "-y",
        "admica/FileScopeMCP"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python/TypeScript/Rust
Author
admica