Skip to main content
Glama
132,231 tools. Last updated 2026-05-10 02:00

"Tool or method for reading files in a project easily" matching MCP tools:

  • Retrieve every deployed API function for a project: route, method, runtime tier, cron schedule, and 24-hour invocation and error counts. Use after a fork, when picking up an unfamiliar project, or to verify a deploy registered expected endpoints.
    MIT
  • Get metadata for multiple files or directories in one request. Pre-screen token cost using tokenEstimate (size divided by 4) before reading content.
    MIT
  • Extract method signatures and types from multiple code files simultaneously using glob patterns or file lists to explore codebase structure efficiently.
  • Extract file signatures including headers, types, and method prototypes to understand code structure without reading entire files.

Matching MCP Servers

  • F
    license
    -
    quality
    C
    maintenance
    Enables document conversion between PDF, DOCX, and Markdown formats to facilitate reading and editing complex files in AI tools like Claude Desktop or Cursor. It utilizes marker-pdf and pandoc to provide structured text versions of documents, helping to manage context and support unsupported file types.
    Last updated
    1

Matching MCP Connectors

  • Lists files in a specified project directory to view contents and navigate the file system. Use this tool to access and organize project files.
  • Check if a secret exists in a scope without reading its value. Use as a precondition before reading or writing to avoid prompting for already configured keys. Returns 'true' for valid secrets, 'false' for missing or expired ones.
  • Bootstrap a new Apple app by generating a project-start pack with configuration files for agent installation. Read-only, writes no files.
    Apache 2.0
  • Retrieve the VERIFY-BEFORE-SIGNING block for a prepared transaction using its handle. Eliminates need to re-run prepare or read tool-result files.
    Business Source 1.1
  • Detect documentation drift by scanning project markdown files to find references to commands, flags, APIs, or files that no longer match the actual codebase.
  • Retrieve detailed metadata about a file or directory: size, creation and modification times, permissions, and type. No content reading required.
    MIT
  • Get a ranked list of the main concepts from a codebase to understand its domain vocabulary and semantic overview. Useful for orienting in unfamiliar code or answering what the project is about.
    MIT
  • Scan .aide spec files to understand project architecture and intent lineage before reading code, providing progressive disclosure of strategy, research, and implementation context.
  • Fix bugs in existing Apple apps by analyzing local project files, build logs, and runtime evidence to generate a targeted repair plan.
    Apache 2.0
  • Read multiple files in a single API call with automatic encoding detection. Supports per-file line offsets and limits, errors for failed files, and up to 50 files per request.
    MIT
  • Run a complete project analysis to get git history stats, project structure, code samples, and test mappings. Start here before reading specific files.
    MIT