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. ๐Ÿ’ป Developer Tools
  3. Bigindexer
Bigindexer logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:47:34 AM

Bigindexer

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website
code-intelligencestatic-analysisarchitecturedeveloper-tools

Analyzes local codebases by behavioral role, exposing architecture boundaries, coupling signals, and code-context tools over MCP.

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": {
    "ahmedxuhri-bigindexer": {
      "command": "uvx",
      "args": [
        "bigindexer"
      ]
    }
  }
}

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

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Overview

The ahmedxuhri/bigindexer MCP server analyzes local source code for behavioral structure and architectural boundaries. It fingerprints code units, creates scoped behavioral edges, clusters related units with size limits, and emits graph artifacts. MCP tools including task_fingerprint, behavioral_twins, and twin_context help agents ground implementation work in similar in-repository patterns. Reach for it when refactoring a large codebase, investigating coupling risk, or supplying architecture-aware context to coding agents.

Use cases

โ€ขMap behavioral boundaries before refactoring a large repository
โ€ขIdentify high-coupling seams between code clusters
โ€ขRetrieve in-repository behavioral twins for implementation tasks
โ€ขGenerate architecture artifacts for CI or automation

Key features

โ€ขBehavioral token classification
โ€ขScoped behavioral edge generation
โ€ขHard-bounded clustering with fuse events
โ€ขIn-repository behavioral twin retrieval
โ€ขMachine-readable graph artifacts
โ€ขTiered multi-language scanning

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
Behavioral token classification
Scoped behavioral edge generation
Hard-bounded clustering with fuse events
In-repository behavioral twin retrieval
Machine-readable graph artifacts
Tiered multi-language scanning

How Bigindexer works

What ahmedxuhri/bigindexer MCP server does

The ahmedxuhri/bigindexer MCP server is a static analysis tool for organizing large repositories around behavioral relationships rather than only syntax or imports. It examines local source files, assigns behavior-oriented tokens to code units, connects units with scoped key-lock relationships, and groups them into bounded clusters.

The resulting structure is intended to make likely component boundaries and risky coupling seams easier to inspect. It can also produce machine-readable graph files such as bgi-graph.json and fuse-graph.json, along with optional human-readable context in bigindexer.md. Additional output formats mentioned by the project include routes, GraphML, and HTML.

For AI-assisted implementation tasks, the project exposes task_fingerprint, behavioral_twins, and twin_context. These capabilities help identify comparable code already present in the repository and provide context based on those in-repo patterns.

How it works

Analysis is organized into three gates. The first classifies unit behavior using repository token frequencies and language-specific extraction. The second creates behavioral edges while applying scope rules that can limit matching globally, by directory, or within a file. The third forms clusters with a hard size cap and records refused merges as fuse events, which serve as possible architectural boundary signals.

The project uses Tree-sitter query-backed extraction for Python, TypeScript, TSX, JavaScript, Go, Rust, Java, C#, PHP, Ruby, Kotlin, and Scala. C, Lua, and Elixir use scanner and rule paths. Several other languages, including Swift, R, Dart, Bash, Nim, Zig, Haskell, and others, use generic extension-based regex fallback. This tiering is relevant when evaluating result reliability and cross-file edge density.

Setup and configuration

The README documents installation with Python package version 0.1.3:

Terminal
pip install bigindexer==0.1.3

The MCP process can then be started with the bgi mcp command and paths to the generated graph artifacts:

bash
bgi mcp --graph bgi-graph.json --fuse-graph fuse-graph.json

A local scan can be run with a language selection and output path, for example:

bash
bgi scan tests/fixtures --lang python --out /tmp/bgi-example.json

The repository also publishes an MCP Registry identifier, io.github.ahmedxuhri/bigindexer. The provided material does not specify client-specific configuration for Claude Desktop, Cursor, Windsurf, or Cline.

Tools and capabilities

The ahmedxuhri/bigindexer MCP server supports these documented agent-facing capabilities:

  • Generate a task fingerprint from an implementation request.
  • Retrieve behavioral twins: code units with related behavior in the same repository.
  • Build twin context for use in AI coding prompts.
  • Surface coupling seams and fuse-boundary signals between clusters.
  • Emit graph artifacts for automation and architecture inspection.
  • Scan multiple programming languages using tiered extraction paths.

Limitations and notes

BGI performs static analysis and does not consume runtime traces. Cross-file semantic resolution is heuristic and depends on the language tier. Query-backed languages generally provide stronger extraction than generic regex fallback, while tier-2 scanners may produce fewer cross-file behavioral edges because some structural tokens are intentionally constrained to same-file matching.

The project reports cluster-size and validation measurements, but the README states that a complete external precision-and-recall benchmark has not yet been published. The provided benchmark evidence also includes mixed results by language, so architecture findings should be reviewed rather than treated as definitive dependency truth.

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

Related MCP Servers

View all in Developer Tools View all alternatives
  • Code Auditor MCP logoCode Auditor MCP

    Code Quality Auditor: Analyze code for SOLID principles, DRY violations, and more

    ๐Ÿ’ป Developer Tools2 views
    Compare vs Code Auditor MCP โ†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    ๐Ÿ’ป Developer Tools8 views
    Compare vs Claude Task Master โ†’
  • Codemunch Pro logoCodemunch Pro

    Code indexing MCP: 13 tools, 10 languages, hybrid search, call graphs, O(1) retrieval.

    ๐Ÿ’ป Developer Tools3 views
    Compare vs Codemunch Pro โ†’
  • Constellation logoConstellation

    Code Intelligence Platform for AI Coding Assistants

    ๐Ÿ’ป Developer Tools2 views
    Compare vs Constellation โ†’

Adoption & maintenance

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

GitHub stars
3
Stargazers on the source repository.
Last commit
21d ago
Most recent push to the default branch.
Directory activity
3 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 Bigindexer

The README documents `pip install bigindexer==0.1.3`, followed by starting `bgi mcp` with graph and fuse-graph artifact paths.

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 PreviewBigindexer AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ahmedxuhri-bigindexer?style=directory)](https://allmcps.com/mcp/ahmedxuhri-bigindexer)
HTML Embed
<a href="https://allmcps.com/mcp/ahmedxuhri-bigindexer"><img src="https://allmcps.com/api/badge/ahmedxuhri-bigindexer?style=directory" alt="Bigindexer on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
Last updatedSep 7, 2026
9/9 checks healthy over the last 32d
Views3
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 stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit21d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 21, 2026
52Quality signal: Good ยท 52/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 & tools24/30
Adoption & activity5/15
Community engagement0/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 21d ago via OSV.dev ยท bigindexer (PyPI)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

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 ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to Bigindexer โ†’Install in Claude DesktopInstall in CursorInstall in VS Code