modal-mcp-server

modal-mcp-server

3.3

If you are the rightful owner of modal-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a demo of how one can create and use Modal sandboxes from an MCP server.

About

This is a demo of how one can create and use Modal sandboxes from an MCP server.

This is NOT an official Modal product.

Installation

{
  "mcpServers": {
    "my-mcp-server": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/modal-mcp-server",
        "run",
        "mcp",
        "run",
        "main.py"
      ],
      "env": { }
    }
  }
}

Usage

You can ask things like "Make a sandbox for me with an hour timeout", "Install node in the sandbox", etc.