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.
Add new content at a specific line.
Replace content matching a target.
Delete content matching a target.
No reviews yet. Be the first to review!
Sign in to join the conversation