kinagaki/mcp-line-edit
If you are the rightful owner of mcp-line-edit and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
MCP server for precise line-based code editing operations.
Tools
Functions exposed to the LLM to take actions
read_lines
Read specified line range.
insert_lines
Insert content at specified position (supports dry_run).
replace_lines
Replace line range with new content (supports dry_run).
delete_lines
Delete specified line range (supports dry_run).
cut_lines
Cut lines to buffer and delete from file.
copy_lines
Copy lines to buffer.
paste_buffer
Paste buffer content at specified position.
show_buffer
Show current buffer content.
move_lines
Move lines between files (cut + paste, supports dry_run).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client