Skip to main content
Glama
Airgap-fleet

file-bridge

by Airgap-fleet

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FILE_BRIDGE_TRANSPORTNoTransport mode: stdio, sse, or httpstdio
FILESYSTEM_MCP_ROOT_PATHNoRoot directory for file operationsCurrent directory
FILE_BRIDGE_MAX_FILE_SIZENoMax file size for operations10MB
FILE_BRIDGE_FOLLOW_SYMLINKSNoFollow symlinksfalse
FILE_BRIDGE_DEFAULT_ENCODINGNoText encodingutf-8
FILE_BRIDGE_ALLOW_ABSOLUTE_PATHSNoAllow absolute paths outside rootfalse

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

CapabilityDetails
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

NameDescription
read_fileA

Read a file from the filesystem.

Returns the file content as text. Binary files are returned as base64-encoded strings with is_binary=True. Supports configurable size limits and encoding.

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 old_str and replaces them with new_str. Uses atomic write. Returns the number of replacements made.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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