Skip to main content
Glama
615,532 tools. Updated 2026-09-27 08:29

"How to edit a file" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Read the content of one side of a conflicting file to understand the code and decide how to resolve the conflict. This read-only action supports informed merge conflict resolution.
    MIT
  • Edit XLSX workbooks: append rows (preserving existing styles), add or replace sheets, or preview changes. Specify file path and action.
    MIT
  • Track how a Wikipedia article evolves: retrieve recent edit history with revision IDs, timestamps, editors, summaries, byte-size changes, and diff links.
    MIT
  • Edit files in WordPress wp-content directory to update themes, plugins, or custom code. Specify site domain, file path, and new content to modify site files.
    MIT
  • Stitch edit rows into a per-file chronological diff, render unified format, and redact secrets on demand.
    MIT
  • Add or edit a DAX measure in a closed Power BI .pbix file, scripting Power BI Desktop's save to persist the change back to disk.
    Cryptographic Autonomy 1.0 (Combined Work Exception)
  • Apply line-addressed file changes atomically by naming each action and path, using read_file revisions to safely create, edit, delete, move, or copy files.
    Apache 2.0
    Destructive
  • Retrieve LS_COLORS configuration mapping file types to ANSI color codes. Inspect how shell colors file listings.
    MIT
  • Retrieve the full TypeScript source code of a bundled template by id. Use after templates.list to get a complete defineIntent() file, ready to edit and compile.
    Apache 2.0
  • Toggle the active Obsidian note between edit and preview mode to switch from source to rendered view after edits, without altering file content.
    Apache 2.0
  • Apply multiple text replacements to a single file atomically, with dry-run preview. Preserves file encoding and line endings across sequential edits.
    MIT
  • Delete a specific file by path; the operation fails if the file does not exist and can be reversed by reverting to an earlier checkpoint. Use this action when a file should be removed without deleting a directory.
    Apache 2.0
    Destructive
  • Apply multiple exact-string edits across one or more files in a single validated operation; if any edit fails, no file is changed. Use it to commit related changes together.
    MIT
    Destructive
  • Apply a targeted edit to an existing project file by replacing the first occurrence of an exact old string with a new string. Use this instead of write_file to modify large files without rewriting the entire file.
    MIT
    Destructive