modal-mcp-server

modal-mcp-server

0

This project is a demo showcasing the creation and use of Modal sandboxes from an MCP server. It highlights features like creating sandboxes with specific configurations and commands.

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.