File Modifier
Summary
This MCP server for file modifications, developed by jpinillagoshawk, enables AI assistants to perform targeted edits on text files. It integrates with the Model Context Protocol to provide operations for adding, replacing, and deleting content at specific locations within files. The server handles UTF-8 encoding and exposes a simple API for common file modification tasks. By abstracting file I/O operations, this implementation allows AI systems to make precise changes to documents without direct file system access. It is particularly useful for scenarios requiring automated document updates, code refactoring, or any application where an AI assistant needs to modify text files programmatically.
Available Actions(3)
add
Add new content at a specific line.
replace
Replace content matching a target.
delete
Delete content matching a target.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论