Skip to main content
Glama

Sumanshu Arora

index.mdβ€’2.28 kB
# File Server MCP Documentation ## Overview Secure file system access for AI assistants using the official MCP filesystem server with additional platform integration and configuration options. ## Quick Start Deploy this template: ```bash mcpt deploy filesystem ``` ## Configuration Options | Property | Type | Environment Variable | Default | Description | |----------|------|---------------------|---------|-------------| | `allowed_directories` | array | `MCP_ALLOWED_DIRS` | `['/data']` | List of directories the server can access. Paths will be mounted and validated for security. | | `read_only_mode` | boolean | `MCP_READ_ONLY` | `False` | Enable read-only mode to prevent any file modifications | | `enable_symlinks` | boolean | `MCP_ENABLE_SYMLINKS` | `True` | Allow following symbolic links (with security validation) | | `max_file_size` | integer | `MCP_MAX_FILE_SIZE` | `100` | Maximum file size for read operations in megabytes | | `exclude_patterns` | array | `MCP_EXCLUDE_PATTERNS` | `['**/.git/**', '**/node_modules/**', '**/.env*']` | Glob patterns for files/directories to exclude from operations | | `log_level` | string | `MCP_LOG_LEVEL` | `info` | Logging level for the server | | `enable_audit` | boolean | `MCP_ENABLE_AUDIT` | `True` | Enable detailed audit logging of file operations | | `max_concurrent_operations` | integer | `MCP_MAX_CONCURRENT_OPS` | `10` | Maximum number of concurrent file operations | | `timeout_ms` | integer | `MCP_TIMEOUT_MS` | `30000` | Timeout for file operations in milliseconds | | `cache_enabled` | boolean | `MCP_CACHE_ENABLED` | `True` | Enable file content caching for better performance | | `metrics_enabled` | boolean | `MCP_METRICS_ENABLED` | `True` | Enable performance and health metrics collection | ### Usage Examples ```bash # Deploy with configuration mcpt deploy filesystem --show-config # Using environment variables mcpt deploy filesystem --env MCP_ALLOWED_DIRS=value # Using CLI configuration mcpt deploy {template_id} --config {first_prop}=value # Using nested configuration mcpt deploy {template_id} --config category__property=value ```## Development ### Local Testing ```bash cd templates/filesystem pytest tests/ ``` ## Support For support, please open an issue in the main repository.

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/Data-Everything/mcp-server-templates'

If you have feedback or need assistance with the MCP directory API, please join our Discord server