Initial commit: Image Watch MCP

🖼️ MCP for monitoring and managing images
- get_latest_image: Get most recent image as inline display
- get_recent_images: Get multiple recent images
- list_pending_images: List without loading
- open_image_from_path: View any image file
- archive_processed_images: Clean up processed images

Built with love for the hardware dragon 🦊
This commit is contained in:
Alex Kazaiev
2025-12-16 20:56:09 -06:00
commit 9198846405
5 changed files with 936 additions and 0 deletions

4
requirements.txt Executable file
View File

@@ -0,0 +1,4 @@
fastmcp>=0.2.0
watchdog>=3.0.0
Pillow>=10.0.0
pillow-heif>=0.13.0