Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Model Context Protocol server for file modifications and control

Notifications You must be signed in to change notification settings

jpinillagoshawk/mcp-server-file-modifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Model Context Protocol server for file modifications and control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published