Skip to main content
Glama
534,221 tools. Updated 2026-09-08 13:40

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

  • Save key code findings, file paths, gotchas, and task progress, then recall them in under 50ms—even after context compaction or in a new session. Avoid re-reading files and losing context.
    MIT
  • Generate project source files in memory for agent inspection. Review planned source, docs, migrations, and config before local project creation.
    MIT
  • Get complete file context: symbols, imports, exports, and dependent files. Includes cross-language calls and supports line ranges for reading large files in chunks.
    Business Source 1.1
  • Retrieve a file's contents from a QuantConnect project by specifying the project ID and file name. Omitting the file name returns all files in the project, enabling efficient code review or backup.
    Apache 2.0
  • Bind all upcoming tool calls in this session to a specified project, keeping context consistent without modifying files. Call at session start to set the active project for subsequent actions.
    Business Source 1.1

Matching MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables secure, read-only access to local project files (including text, DOCX, PDF, and XLSX) through MCP, with strict directory whitelisting and no write, edit, or command-execution tools.
    1
    MIT
  • F
    license
    A
    quality
    D
    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.
    1
    1
    -

Matching MCP Connectors

  • ifsc-in MCP — Indian bank branch IFSC code lookup via Razorpay's open

  • Project memory for coding agents: requirements, decisions, code graph and delivery telemetry.

  • Retrieve a class's API outline from a JAR—declaration, annotations, fields, and method signatures—without decompiling or reading source.
    MIT
  • List all project documentation files with sizes and classification labels to identify available internal and public docs before reading.
    Apache 2.0
  • 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
  • Index all files in a folder into an existing project and save the pattern in config.yaml for automatic re-indexing on future runs.
    Apache 2.0
  • View only function, class, and method signatures with import/export summaries. Implementation bodies are replaced with expand handles for API understanding.
    MIT
  • Execute any native Civil 3D or AutoCAD command string, such as CREATECORRIDOR or EXPORTLANDXML, for operations not easily accomplished via the C# API.
    MIT
  • Extract method signatures and types from multiple code files simultaneously using glob patterns or file lists to explore codebase structure efficiently.
    MIT
  • Load structured project instructions and derived fact shapes from .mako/instructions.md and AGENTS.md files for specified project files. Reads only within the project root.
    Apache 2.0
  • List files and directories in a workspace path. Use recursive, glob, or depth options to discover layout before reading files.
    MIT
  • Read files from a Magento codebase with support for line ranges and method extraction. Use in batch calls to read multiple files efficiently.
    MIT
  • Sync a FlutterFlow project to local cache by downloading all YAML files for offline reading. Force re-sync for already cached projects.
    MIT
  • Build a module map of files with exports and imports. Understand project structure without reading source files, ideal for quick architectural overview.
    MIT
  • Search Pawn source files to locate any text with line numbers and surrounding context, enabling fast code investigation without reading entire files.
    MIT