MCP.so
登录

MCP Server File Modifier

@MCP-Mirror

关于 MCP Server File Modifier

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server File Modifier?

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.

How to use MCP Server File Modifier?

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.

Key features of MCP Server File Modifier

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

Use cases of MCP Server File Modifier

  • Insert new lines into configuration files
  • Update function implementations in code files
  • Remove outdated comments or blocks from text documents

FAQ from MCP Server File Modifier

What is MCP Server File Modifier?

A server that exposes file modification operations (add, replace, delete) to MCP-compatible AI assistants, allowing them to edit local files programmatically.

How do I install MCP Server File Modifier?

Run npm install -g mcp-server-file-modifier to install it globally via npm.

How do I start the server?

Run mcp-server-file-modifier from the command line. The server listens on port 3000 by default.

What file operations does MCP Server File Modifier support?

It supports three operations: add (insert content at a line), replace (replace matching content), and delete (remove matching content).

What encoding does MCP Server File Modifier support?

The server supports UTF-8 encoding for file operations.

评论

其他 分类下的更多 MCP 服务器