Skip to main content
Glama

Modal MCP Server

by smehmood

deploy_modal_app

Deploy a Modal application to a serverless cloud environment by specifying the absolute path to the app. Returns deployment results or raises exceptions if the process fails.

Instructions

Deploy a Modal application using the provided parameters. Args: absolute_path_to_app: The absolute path to the Modal application to deploy. Returns: A dictionary containing deployment results. Raises: Exception: If deployment fails for any reason.

Input Schema

NameRequiredDescriptionDefault
absolute_path_to_appYes

Input Schema (JSON Schema)

{ "properties": { "absolute_path_to_app": { "title": "Absolute Path To App", "type": "string" } }, "required": [ "absolute_path_to_app" ], "title": "deploy_modal_appArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/smehmood/modal-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server