Stdin/stdout file inbox/outbox bridge for passing files to/from Clawdbot using an MCP stdio server. Use when you want a simple filesystem-backed dropbox: accept files into an inbox, move to tmp for processing, and emit deliverables to an outbox (or a specified path).
Initial release providing a simple filesystem-backed inbox/outbox bridge for passing files via stdin/stdout with an MCP stdio server. - Supports workspace-relative inbox, outbox, and tmp directories for file management. - Basic tools included: list, read (base64), move, and write (base64) files. - Safe-by-default: operations restricted to defined directories, no file format interpretation. - Tailored for straightforward, local file dropbox workflows—prefer moves/paths for large files.