dwymark/mcp-chunk-editor
If you are the rightful owner of mcp-chunk-editor and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Chunk Editor is a Model Context Protocol server that provides chunk-oriented text file editing capabilities for LLMs, enabling more natural and efficient editing operations.
Tools
Functions exposed to the LLM to take actions
read_chunks
Retrieve chunks of a file, either all chunks or a specific range.
replace_chunks
Replace the content of one or more chunks and immediately apply the changes.
undo
Revert the last change made by a replace_chunks operation.
create_file
Create a new file with given content.
delete_file
Delete a file.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client