Deploy a Modal application by providing the absolute path, enabling AI agents to run serverless cloud functions. Returns deployment results or raises an exception if errors occur.
Retrieve files and directories within a specified Modal volume by providing the volume name and optional path. Returns a JSON-formatted output of the volume's contents.
Delete files or directories from a Modal volume. Specify the volume name, remote path, and optional recursive flag for directory removal. Returns the outcome of the operation.
Download files from a Modal volume to a local destination or output to stdout. Specify the volume name, remote path, and optional local path or force overwrite.
Upload files or directories to a specified Modal volume, specifying local and remote paths. Overwrite existing files if required, and receive a result of the operation.
An MCP server that allows users to deploy Python scripts to Modal directly from Claude, providing a link to the deployed application that can be shared with others.
Facilitates running Python code in a sandbox and generating images using the FLUX model via an MCP server compatible with clients like Goose and the Claude Desktop App.