Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“Š Data Visualization
  3. FileScopeMCP
FileScopeMCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:46:32 AM

FileScopeMCP

User RatingsBe the first to rate and review this MCP server!
View Repository302 GitHub StarsTotal stargazers on GitHub for the source repository (302 stars).Visit Website
code-analysisdeveloper-toolsdependenciescodebase-navigation

Maps code dependencies, ranks important files, tracks changes, and exposes codebase metadata through MCP tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "admica-filescopemcp": {
      "command": "npx",
      "args": [
        "-y",
        "filescope-install"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (17) Directory Badge Claim listing AlternativesπŸ“Š More in Data Visualization

Overview

admica/FileScopeMCP MCP server analyzes a local codebase, builds dependency and symbol metadata, and exposes that information through MCP tools. A file watcher keeps tracking current, while an optional LLM broker generates summaries for changed files. Reach for it when an agent needs codebase structure, file importance, call relationships, change impact, or circular dependency information without inspecting every source file.

Use cases

β€’Rank files before planning a code change
β€’Trace callers and callees during a TypeScript refactor
β€’Find circular dependencies in a repository
β€’Inspect files changed since a Git SHA
β€’Browse dependency communities across a codebase

Key features

β€’File importance scoring
β€’Bidirectional dependency tracking
β€’Symbol and call-graph lookup
β€’Change and staleness tracking
β€’LLM-backed file summaries
β€’Circular dependency detection

Capabilities & Tool Schemas (17) ~284 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by FileScopeMCP.

status

Broker connection, queue depth, LLM progress, watcher state

find_important_files

Top files by importance score with dependency counts

get_file_summary

Everything about a file: summary, concepts, change impact, exports, deps, staleness

list_files

Full file tree (no args) or flat top-N by importance (with `maxItems`)

find_symbol

Resolve a symbol name to file + line range; supports prefix match via trailing `*

find_callers

Find all symbols that call a named symbol (TS/JS call graph)

How FileScopeMCP works

What admica/FileScopeMCP MCP server does

The admica/FileScopeMCP MCP server gives coding agents a structured view of a local project. It tracks files, imports, exports, symbols, summaries, importance scores, and staleness. Agents can use this metadata to identify central files, inspect a file’s dependencies and change impact, locate symbols, and examine TypeScript or JavaScript call relationships.

Importance scores range from 0 to 10 and are based on dependency relationships, exports, and file location. The server also groups files into import-coupled communities and detects circular dependency chains. It supports TypeScript, JavaScript, Python, C, C++, Rust, Go, Ruby, Lua, Zig, PHP, C#, and Java, although the extraction method varies by language.

How it works

A local watcher observes the configured project and updates metadata when files change. TypeScript and JavaScript changes use AST-level diffing; other processing can use LLM analysis. Tree-sitter provides AST-based dependency extraction for TypeScript, JavaScript, Python, C, C++, and Rust, while Go, Ruby, Lua, Zig, PHP, C#, and Java use regular-expression-based import detection.

The optional broker places LLM work in a priority queue and sends requests to llama.cpp’s llama-server or another OpenAI-compatible HTTP API. Interactive work is prioritized over background summarization. Without an LLM service, file tracking, dependency analysis, symbol extraction, and call graphs still function, but generated summaries are unavailable.

Setup and configuration

The project requires Node.js 22 or newer, npm, and native build tools for dependencies including better-sqlite3 and tree-sitter. The documented setup flow clones the repository and runs ./build.sh; this installs dependencies, builds the project, and attempts to register it with Claude Code. The build can still complete if the Claude CLI is not installed.

A project can be selected through set_base_directory. The repository also documents direct registration for local agent runtimes using Node and dist/mcp-server.js. Optional LLM setup is handled separately with ./setup-llm.sh. Generated project data can be excluded from version control using .filescope/ and .filescope-daemon.log entries in .gitignore.

Tools and capabilities

The admica/FileScopeMCP MCP server exposes tools for:

  • Checking broker, queue, LLM, and watcher state with status.
  • Ranking files, listing the file tree, and reading detailed file summaries.
  • Resolving symbols and finding callers or callees in TypeScript and JavaScript.
  • Searching metadata across paths, symbols, summaries, and stated purpose.
  • Listing files changed since a timestamp or Git SHA.
  • Inspecting import communities and circular dependencies.
  • Queueing files for summarization and manually updating summaries or importance scores.
  • Excluding and removing tracked files or patterns.

An optional Nexus dashboard runs at localhost:1234 and provides read-only project, dependency graph, broker, and repository views.

Limitations and notes

Call-graph tools are specifically described for TypeScript and JavaScript. Symbol extraction through tree-sitter is listed for TypeScript, JavaScript, Python, Go, and Ruby, while dependency extraction has different coverage and precision across languages. LLM-generated summaries require a configured local or compatible HTTP LLM service. The exclude_and_remove operation is destructive, so it should be used with care.

The Nexus multi-repository watcher setup is documented for Linux systemd environments. Native modules may require platform-specific compiler tooling before installation succeeds.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Data Visualization View all alternatives
  • Mindpilot MCP logoMindpilot MCP

    Visualizes code, architecture and other concepts as mermaid diagrams in a locally hosted web app. Just ask your agent to "show me this in a diagram".

    πŸ“Š Data Visualization4 views
    Compare vs Mindpilot MCP β†’
  • Kibana logoKibana

    Kibana MCP Server with dynamic API discovery and comprehensive Elastic Stack integration

    πŸ“Š Data Visualization3 views
    Compare vs Kibana β†’
  • Glyphic logoGlyphic

    Generate diagrams from structured JSON across 18 types (architecture, ERD, sequence, flowchart, Gantt…) β€” native SVG/PNG, no headless browser. Built for LLMs and agents.

    πŸ“Š Data Visualization6 views
    Compare vs Glyphic β†’
  • Microcharts logoMicrocharts

    Word-sized charts (sparklines, bars, bullets β€” 106 types) rendered to self-contained SVG with generated alt text. Three tools: find the right chart for a question, get its wiring, render it. Works in chat surfaces that can't run React. Install via npx -y @microcharts/mcp.

    πŸ“Š Data Visualization3 views
    Compare vs Microcharts β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
302
Stargazers on the source repository.
Last commit
4mo ago
Most recent push to the default branch.
Tools exposed
17
Callable tools this server registers over MCP.
Directory activity
5 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about FileScopeMCP

Clone the repository, change into its directory, and run `./build.sh`. The script installs dependencies, builds the project, and attempts Claude Code registration.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFileScopeMCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/admica-filescopemcp?style=directory)](https://allmcps.com/mcp/admica-filescopemcp)
HTML Embed
<a href="https://allmcps.com/mcp/admica-filescopemcp"><img src="https://allmcps.com/api/badge/admica-filescopemcp?style=directory" alt="FileScopeMCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“ŠData Visualization
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsCursor
Last updatedSep 2, 2026
10/10 checks healthy over the last 31d
Views5
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars302
GitHub Star CountTotal stargazers on GitHub representing community popularity (302 stars).
Last commit4mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 10, 2026
60Quality signal: Good Β· 60/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity6/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 16d ago via OSV.dev Β· filescope-install (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“Š Data Visualization β†’Alternatives to FileScopeMCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code