🖼️ 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 🦊
9 lines
154 B
JSON
Executable File
9 lines
154 B
JSON
Executable File
{
|
|
"mcpServers": {
|
|
"image-watch": {
|
|
"command": "python3",
|
|
"args": ["/home/alex/Projects/image-watch-mcp/image_watch_mcp.py"]
|
|
}
|
|
}
|
|
}
|