Skip to main content
Glama
519,985 tools. Updated 2026-09-06 08:15

"Code intelligence tools for LLMs to understand codebase structure and locate functionality" matching MCP tools:

  • Search an indexed codebase with natural language to locate functions, classes, and patterns. Understand dependencies and explore existing systems.
    Apache 2.0
  • Search codebase for code structure using Tree-sitter AST patterns. Scans all files to match structural elements like functions or classes. Requires glob to limit scope.
    MIT
  • Analyze token or smart contract addresses to retrieve comprehensive intelligence reports including price, market data, security flags, liquidity, and source code for EVM and Solana chains.
    MIT
  • Get a comprehensive overview of any codebase—structure, frameworks, entry points, file types, and more—in a single call. Ideal for quickly orienting yourself in an unfamiliar project.
    MIT
  • Get parsed README documentation for any repository by providing its UUID or clone URL. Access clear codebase documentation to understand project structure and purpose.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Find code by meaning across your entire codebase using natural language queries or code snippets, returning relevant chunks with file paths and line numbers.
    Apache 2.0
  • Retrieve codebase context for editing, explaining, or onboarding: locate chunks, map callers/callees, gather related tests, and assess risk in one call.
    MIT
  • Inspect codebase structure, API boundaries, dependencies, and deletion safety. Detect languages, dead code, contracts, and refactoring opportunities to make informed code changes.
    MIT
  • Analyze a repository to reveal project type, languages, file sizes, module dependencies, and circular import warnings. Use this to understand the codebase structure before making changes.
    AGPL 3.0
  • Analyze codebase structure and extract function/class signatures to understand project organization and locate relevant code components.
    MIT
  • Access the JSON protocol specification to understand envelope structure, exit codes, and command metadata. Use before other tools to interpret response formats and error semantics.
    MIT
  • Locate code by natural language meaning, combining semantic vector search with graph analysis to surface relevant files, signatures, and dependencies for initial codebase discovery.
    MIT
  • Retrieve design rules inferred from codebase patterns. Filter by category to understand implicit conventions for spacing, colors, typography, and more before building.
    Apache 2.0
  • Get file structure, size, and semantic outline for large files to understand their organization and key components quickly.
    MIT
  • Scans a project directory to produce a structural overview including language, framework, dependencies, and entry points. Use this to understand codebase architecture before diving deeper.
    MIT