Back to MCP Servers

FileScopeMCP

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

developer-toolsai

Installation

npx -y FileScopeMCP

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub