trackmcp
Back to directory
jpinillagoshawk

mcp-server-file-modifier

View on GitHub

Model Context Protocol server for file modifications and control

2 stars JavaScriptAI & Machine Learning Updated Jan 4, 2025

Documentation

MCP Server File Modifier

A Model Context Protocol server for file modifications. This server provides functionality to modify files through Claude or other AI assistants using MCP.

Features

  • Add content at specific line numbers
  • Replace existing content
  • Delete content
  • UTF-8 encoding support

Installation

bash
npm install -g mcp-server-file-modifier

Usage

bash
mcp-server-file-modifier

The server will start on port 3000 by default.

API

The server provides the following operations:

  • `add`: Add new content at a specific line
  • `replace`: Replace content matching a target
  • `delete`: Delete content matching a target

License

MIT

Frequently asked questions

What is mcp-server-file-modifier?

mcp-server-file-modifier is Model Context Protocol server for file modifications and control

How do I install mcp-server-file-modifier?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-server-file-modifier open source?

Yes — it is hosted on GitHub at https://github.com/jpinillagoshawk/mcp-server-file-modifier and has 2 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP