Large File MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_TTL | No | Cache TTL in milliseconds (default: 5 minutes) | 300000 |
| CACHE_SIZE | No | Cache size in bytes (default: 100MB) | 104857600 |
| CHUNK_SIZE | No | Default lines per chunk | 500 |
| CACHE_ENABLED | No | Enable/disable caching | true |
| MAX_FILE_SIZE | No | Maximum file size in bytes (default: 10GB) | 10737418240 |
| OVERLAP_LINES | No | Overlap between chunks | 10 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_large_file_chunkA | Read a specific chunk of a large file with intelligent chunking based on file type. Automatically determines optimal chunk size. |
| search_in_large_fileA | Search for a pattern in a large file with context lines. Supports regex and case-sensitive search. |
| get_file_structureB | Analyze file structure and get comprehensive metadata including line statistics, recommended chunk size, and samples from start and end. |
| navigate_to_lineA | Jump to a specific line in a large file with surrounding context lines. Highlights the target line. |
| get_file_summaryA | Get comprehensive statistical summary of a file including line stats, character stats, and word count. |
| stream_large_fileC | Stream a large file in chunks. Returns multiple chunks for processing very large files efficiently. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/willianpinho/large-file-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server