Skip to main content
Glama

1Panel MCP Server

deploy_website

Deploy static website files to a 1Panel server by specifying the domain and build directory, streamlining website hosting and file uploads through natural language commands.

Instructions

Deploy website to 1Panel server

Input Schema

NameRequiredDescriptionDefault
buildDirYesBuild directory name (e.g. /Users/username/project/dist, /Users/username/project/build)
domainYesWebsite domain

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "buildDir": { "description": "Build directory name (e.g. /Users/username/project/dist, /Users/username/project/build)", "type": "string" }, "domain": { "description": "Website domain", "type": "string" } }, "required": [ "domain", "buildDir" ], "type": "object" }

Other Tools from 1Panel MCP Server

Related Tools

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/ruibaby/1panel-mcp'

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