file-bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FILE_BRIDGE_TRANSPORT | No | Transport mode: stdio, sse, or http | stdio |
| FILESYSTEM_MCP_ROOT_PATH | No | Root directory for file operations | Current directory |
| FILE_BRIDGE_MAX_FILE_SIZE | No | Max file size for operations | 10MB |
| FILE_BRIDGE_FOLLOW_SYMLINKS | No | Follow symlinks | false |
| FILE_BRIDGE_DEFAULT_ENCODING | No | Text encoding | utf-8 |
| FILE_BRIDGE_ALLOW_ABSOLUTE_PATHS | No | Allow absolute paths outside root | false |
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 | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_fileA | Read a file from the filesystem. Returns the file content as text. Binary files are returned as base64-encoded strings
with |
| write_fileA | Write content to a file atomically. Creates parent directories by default. Uses atomic write (temp file + rename) by default to prevent partial writes. Supports configurable encoding. |
| list_dirC | List directory contents with optional filtering. Supports glob pattern filtering, recursive listing, hidden file inclusion, and configurable recursion depth. |
| search_filesA | Search file contents using ripgrep (rg). Requires ripgrep to be installed on the system. Supports regex patterns, glob filtering, case sensitivity, context lines, and result limiting. |
| globA | Find files matching a glob pattern. Uses pathlib's glob matching. Supports recursive patterns (**), hidden file filtering, and result limiting. |
| patch_fileA | Apply a targeted patch to a file. Finds all occurrences of |
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/Airgap-fleet/file-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server