mcp-file-tools
by zoster81
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_MAX_MATCHES | No | Server maximum for grep_text_files.maxMatches. | 10000 |
| MCP_ENABLE_SHELL | No | Enables only the unrestricted shell tool. Accepted true values: 1, true, yes, on, enabled. | disabled |
| MCP_MAX_SESSIONS | No | Reserved limit for native Streamable HTTP sessions. | 128 |
| MCP_MAX_FILE_BYTES | No | Hard source-size limit for full-document operations such as edit_file. | 67108864 |
| MCP_MAX_LINE_BYTES | No | Maximum bytes in one decoded UTF-8 line. | 16777216 |
| MCP_MAX_BATCH_FILES | No | Maximum paths accepted by read_multiple_files. | 256 |
| MCP_NO_UPDATE_CHECK | No | Set to 1 to disable release checks. | |
| MCP_DEFAULT_ENCODING | No | Default encoding for newly created files when write_file is called without encoding. Existing files keep a confidently detected encoding. Legacy encodings such as cp1251 remain available as explicit overrides. | utf-8 |
| MCP_ENABLE_EXECUTION | No | Enables both run_script and shell; use only in a trusted environment. | disabled |
| MCP_MAX_OUTPUT_BYTES | No | Aggregate read output, retained grep state, and inconsistent-line output budget. | 67108864 |
| MCP_MEMORY_THRESHOLD | No | Deprecated fallback for MCP_MAX_FILE_BYTES and MCP_MAX_OUTPUT_BYTES; specific variables take precedence. | |
| MCP_ENABLE_RUN_SCRIPT | No | Enables only the run_script tool. Accepted true values: 1, true, yes, on, enabled. | disabled |
| MCP_MAX_DECODED_CHARACTERS | No | Maximum decoded characters returned by read_text_file. | 16777216 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/zoster81/mcp-file-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server