Skip to main content
Glama
305,560 tools. Last updated 2026-07-23 07:10

"Understanding File System Operations: Read, Write, and Edit Directories" matching MCP tools:

  • Execute file system actions: read, write, edit, delete, copy, move, search, grep, diff, hash, and manage directories. Unsandboxed local access.
    MIT
  • List files and directories in a specified path with sizes, clearly distinguishing between files and directories using [FILE] and [DIR] prefixes. Sort entries by name or size to quickly locate items.
    Apache 2.0
  • Read the current text from the system clipboard or write text to it, enabling clipboard operations in browser automation workflows.
    MIT
  • Write a skill file to the local filesystem. Creates parent directories and validates path within the working directory.
    MIT
  • Lists directories accessible for file operations within the Pinata MCP server, enabling users to identify available storage locations for IPFS content management.
    MIT

Matching MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol server that enables enhanced file system operations including reading, writing, copying, moving files with streaming capabilities, directory management, file watching, and change tracking.
    Last updated
    21
    MIT

Matching MCP Connectors

  • Switch between safe and unsafe modes for Supabase database or API operations. Enable unsafe mode to perform write operations or schema changes, then revert to safe mode for security.
    Apache 2.0
  • Scan file content and path before writing to detect path traversal, secrets, PII, and sensitive file paths. Blocks unsafe writes to prevent credential leaks and accidental overwrites.
    Apache 2.0
  • Write text content to a file in your Proton Drive sync folder. Automatically creates parent directories and asks for confirmation before overwriting.
    MIT
  • Execute Python code to query, read, and write IFC entities and properties with IfcOpenShell/Bonsai APIs. Pre-injected namespace simplifies BIM data operations.
    MIT
  • Check remaining read and write API calls in the current 6-second window to avoid 429 errors before batch operations.
    MIT
  • Execute Python code with full system access for data processing, file operations, API calls, and system automation. Returns output and result, with persistent state across calls.
    MIT
  • Write a small file into a site's web root over SSH, creating parent directories as needed and setting ownership. For one-off files like index.html, .htaccess, or robots.txt.
    MIT
  • Execute PostgreSQL queries on Supabase databases with safety controls. Perform read, write, and schema operations, supported by transaction handling and automatic version-controlled migrations. Use UNSAFE mode for write and schema changes; confirm high-risk actions.
    Apache 2.0
  • Read file contents as text from allowed directories. Use head or tail parameters to view specific sections of a file with detailed error handling for readability issues.
    Business Source 1.1
  • Access iOS app containers on a simulator: retrieve the file system path to app bundle, data, or group directories for debugging data persistence, inspecting databases, and validating file storage.
    MIT
  • Estimate file and directory disk usage recursively, returning per-directory byte counts as JSON. Identify space-consuming directories.
    MIT
  • Read the complete contents of a file as text. Use head or tail to read only the first or last N lines.
    Apache 2.0
  • Check server permissions to determine allowed operations (create, edit, move, delete) and access mode (read-only or full) before performing filesystem actions.
    Sleepycat