
Cut Copy Paste
Provides clipboard-style cut, copy, paste operations for code across multiple files with undo functionality. Uses encrypted storage and maintains session-based clipboards for AI coding workflows.
2229 views1Local (stdio)
What it does
- Copy lines from files to clipboard
- Cut lines from files to clipboard
- Paste clipboard content to multiple locations
- Undo paste operations with file restoration
- View clipboard contents and operation history
- Control file access with path allowlists
Best for
AI coding agents managing code across filesDevelopers refactoring code between multiple filesCode review workflows requiring snippet management
AES-256-GCM encrypted clipboard storageSmart undo restores cut source filesSession-based with 24-hour cleanup
Tools (6)
copy_lines
Copy lines from a file to session clipboard
cut_lines
Cut lines from a file to session clipboard
paste_lines
Paste clipboard content to one or more locations
show_clipboard
Display current clipboard contents
undo_last_paste
Undo the most recent paste operation