Skip to main content
Glama

1Panel MCP Server

deploy_website

Deploy static websites to 1Panel servers by specifying the domain and build directory, streamlining the process of hosting web projects.

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" }
Install Server

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