Skip to main content
Glama
465,793 tools. Updated 2026-08-19 06:34

"A programming resource or code repository index" matching MCP tools:

Matching MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A local, SQLite-backed code index for Claude Code, exposed over MCP, enabling targeted code retrieval without external APIs.
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides structural, queryable understanding of a Python codebase via MCP tools, enabling direct lookups for callers, dependencies, and class hierarchies without repeated grep/read cycles.
    6
    Apache 2.0

Matching MCP Connectors

  • Corporate travel: search and book flights, hotels, rail and transfers, manage orders.

  • chaos-index MCP — wraps StupidAPIs (requires X-API-Key)

  • Scan a repository to build a lightweight chunk index in .context-index/chunks.json. Run this before search_code and re-run after significant code changes.
    MIT
  • Returns aggregate statistics for a repository, including total file count and a breakdown by programming language. Use this to understand the tech stack and codebase scale.
    MIT
  • Index or re-index a repository to enable code navigation and retrieval tools. Uses cached index for unchanged files to reduce token usage when querying specific code symbols.
    MIT
  • Index a code repository into a graph, check status of indexed projects, or list them. Control automatic background re-indexing with simple actions.
    Apache 2.0
  • Compute Maintainability Index for each function in a Python repository to identify hard-to-maintain code. Returns worst-scoring functions first, combining Halstead Volume, cyclomatic complexity, and lines of code.
    MIT
  • Ask general programming questions, get algorithm explanations, or obtain a second opinion without codebase context.
    MIT
  • Index a local repository for semantic code search. Scans files, splits them into functions/classes, and generates embeddings for retrieval.
  • Update the retrieval index by rescanning the repository after file changes, ensuring search results reflect current code without modifying files.
    MIT
  • Retrieve relevant code examples and documentation for programming tasks by searching APIs, libraries, and SDKs to provide contextual information for development work.
    MIT
  • Analyze repository language composition to identify programming languages used and their percentages, helping developers assess required skills before contributing to open-source projects.
    MIT