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. 🧬 Biology & Bioinformatics
  3. MCP Code Indexer
MCP Code Indexer logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 8:02:44 PM

MCP Code Indexer

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website
typescriptcode-analysisdeveloper-toolsdependency-graphmcp

Indexes TypeScript and React repositories into a queryable code graph for dependency analysis and agent-assisted navigation.

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": {
    "nishant-chaudhary5338-mcp-code-indexer": {
      "command": "npx",
      "args": [
        "-y",
        "code-graph-indexer"
      ]
    }
  }
}

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

Install Directory Badge Claim listing Alternatives🧬 More in Biology & Bioinformatics

Overview

Nishant-Chaudhary5338/mcp-code-indexer MCP server indexes TypeScript, React, and Next.js repositories into a compiler-resolved code graph. It exposes graph inspection, reverse-reference queries, blast-radius analysis, cycle detection, orphan detection, context packs, and semantic search over stdio. The indexer discovers standalone repositories and pnpm, Turbo, or Lerna monorepos, storing incremental snapshots locally. Reach for it when an agent needs structural codebase context instead of repeatedly reading source files.

Use cases

β€’Trace which components render a React component
β€’Find callers and references before changing a function
β€’Assess the blast radius of a code change
β€’Detect dependency cycles and orphaned code
β€’Search a repository by symbols or local embeddings

Key features

β€’Compiler-resolved TypeScript code graph
β€’Monorepo and single-package workspace discovery
β€’Reverse caller, renderer, and reference queries
β€’Blast-radius, cycle, and orphan analysis
β€’Local semantic search with lexical fallback
β€’stdio MCP interface with 14 tools

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Code Indexer.

Extracted Tool Capabilities
Compiler-resolved TypeScript code graph
Monorepo and single-package workspace discovery
Reverse caller, renderer, and reference queries
Blast-radius, cycle, and orphan analysis
Local semantic search with lexical fallback
stdio MCP interface with 14 tools

How MCP Code Indexer works

What Nishant-Chaudhary5338/mcp-code-indexer MCP server does

Nishant-Chaudhary5338/mcp-code-indexer MCP server turns a TypeScript, React, or Next.js repository into a graph of code entities and relationships. The graph can represent repositories, applications, packages, folders, files, components, functions, and external entities. Relationships include containment, imports, calls, renders, references, and package dependencies.

The server is intended for code navigation and impact analysis. It can answer reverse queries such as which components render a target or which functions call it, locate references, calculate a change blast radius, identify dependency cycles, and find orphaned code. Node records also include metrics such as lines of code and export counts, status information, and Git metadata.

How it works

Analysis uses ts-morph and the TypeScript compiler rather than text-only matching. An edge is retained only when it resolves to an indexed node, which makes the graph conservative about unresolved relationships. Workspace discovery handles both single-package repositories and monorepos using pnpm, Turbo, or Lerna conventions.

The MCP surface runs over stdio and provides 14 tools: index_repo, get_graph, get_node, who_renders, who_calls, find_references, blast_radius, find_cycles, find_orphans, search_nodes, get_context_pack, build_embeddings, semantic_search, and open_explorer. The same engine also supports a CLI, an HTTP and WebSocket service, and a bundled 3D explorer with a chatbot, but those are separate ways to consume the index.

Semantic search uses the local Xenova/all-MiniLM-L6-v2 model through transformers.js. The README states that the model runs locally and that lexical search is used if the model is unavailable, so an external API key is not required for this feature.

Setup and configuration

For source development, Nishant-Chaudhary5338/mcp-code-indexer MCP server requires Node 20.19 or newer and pnpm 10. The documented source workflow is:

  • Run pnpm install.
  • Run pnpm build; the build must finish before running the source CLI or server.
  • Add the built MCP entry point to an MCP client using the repository’s documented Node command: node "$(pwd)/tools/code-indexer/build/code-indexer/src/index.js".

The published npm package is named code-graph-indexer. Its documented package-level quickstart uses npx code-graph-indexer ui --root . for the explorer. The provided material does not specify a separate published-package command for launching only the MCP stdio server, so the source invocation is the grounded MCP setup path here.

Limitations and notes

The analyzer is described for TypeScript, React, and Next.js repositories; the material does not establish support for other languages. Source execution depends on a completed build. Semantic embeddings are local, but they require the model to be installed or available locally; otherwise semantic search falls back to lexical search.

The HTTP service binds to 127.0.0.1 and has unauthenticated, mutating endpoints. It should not be exposed beyond the local host. The MCP interface itself is presented as a stdio server, and no credentials are listed as required.

The graph can become stale when files change unless the repository is reindexed. The separate HTTP/WebSocket runtime includes file watching and live graph patches, while the MCP tool list includes index_repo for indexing through the agent interface.

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

Related MCP Servers

View all in Biology & Bioinformatics View all alternatives
  • Repo Graph logoRepo Graph

    Structural graph map of any codebase for AI coding assistants. Scans entities, relationships, and feature flows across 13 languages so LLMs navigate by structure instead of grepping through everything.

    🧬 Biology & Bioinformatics2 views
    Compare vs Repo Graph β†’
  • HealthChain logoHealthChain

    Typed, validated FHIR tools for healthcare AI agents β€” build, read, validate, and code FHIR resources from a patient bundle, with terminology lookup and machine-readable validation reports built for fix-and-retry. pip install healthchain[mcp]

    🧬 Biology & Bioinformatics3 views
    Compare vs HealthChain β†’
  • Noodle Biomedical Literature Discovery MCP logoNoodle Biomedical Literature Discovery MCP
    Verified

    Official public, read-only Model Context Protocol server from Helena Bioinformatics for biomedical literature discovery. Agents can search PubMed and scholarly research, resolve PMID, DOI, and PMCID identifiers, inspect publication metadata, find related papers, traverse bounded citation graphs, explore semantic literature neighborhoods, and check corpus coverage. Use the hosted Streamable HTTP endpoint https://api.helena.bio/noodle/v1/mcp; no npm or npx package is required.

    🧬 Biology & Bioinformatics4 views
    Compare vs Noodle Biomedical Literature Discovery MCP β†’
  • Wcagc MCP logoWcagc MCP

    Deterministic axe-core accessibility scanning (WCAG 2.1 AA, EN 301 549, PDF/UA) through a wcagc account: scan any public URL or PDF, crawl a whole registered site, replay saved multi-step journeys, and read violation trends. Returns structured findings β€” rule, severity counts and the success criteria involved β€” so the assistant reasons over real results rather than guessing from markup. Every scan result carries an automated-coverage disclaimer instead of a score or a pass/fail verdict. Hosted at https://mcp.wcagc.com/mcp, or run it locally with npx -y @wcagc/mcp.

    🧬 Biology & Bioinformatics2 views
    Compare vs Wcagc MCP β†’

Adoption & maintenance

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

GitHub stars
2
Stargazers on the source repository.
Last commit
2mo 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 MCP Code Indexer

For source setup, use Node 20.19 or newer, pnpm 10, `pnpm install`, and `pnpm build`. Then configure the built entry point with `node "$(pwd)/tools/code-indexer/build/code-indexer/src/index.js"`.

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 PreviewMCP Code Indexer AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/nishant-chaudhary5338-mcp-code-indexer?style=directory)](https://allmcps.com/mcp/nishant-chaudhary5338-mcp-code-indexer)
HTML Embed
<a href="https://allmcps.com/mcp/nishant-chaudhary5338-mcp-code-indexer"><img src="https://allmcps.com/api/badge/nishant-chaudhary5338-mcp-code-indexer?style=directory" alt="MCP Code Indexer on AllMCPs" /></a>

Technical Specs & Signals

Category🧬Biology & Bioinformatics
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsCursor
Last updatedSep 7, 2026
4/4 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 stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 3, 2026
51Quality signal: Good Β· 51/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 & tools25/30
Adoption & activity3/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 20d ago via OSV.dev Β· code-graph-indexer (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 🧬 Biology & Bioinformatics β†’Alternatives to MCP Code Indexer β†’Install in Claude DesktopInstall in CursorInstall in VS Code