MCP Server File Modifier

by MCP-Mirror

217 downloads
Not rated
GitHub

About

MCP Server File Modifier is a Model Context Protocol server that enables AI assistants like Claude to modify files on the local filesystem. It provides operations to add, replace, and delete content at specific line numbers.

Details

Author
MCP-Mirror
Downloads
217
Categories
Other

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

Install globally with npm install -g mcp-server-file-modifier, then run mcp-server-file-modifier. The server starts on port 3000 by default and accepts file modification requests via the MCP protocol.

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

npm install -g mcp-server-file-modifier

Usage

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.