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
By admica
Installation
npx -y FileScopeMCPConfiguration
{
"mcpServers": {
"FileScopeMCP": {
"command": "npx",
"args": ["-y", "FileScopeMCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes