Skip to main content
Glama

Vultr MCP

by rsp2k

create_common_startup_script

Generates customizable startup scripts for Docker installation, Node.js setup, security updates, and SSH configuration to automate server initialization tasks.

Instructions

Create a common startup script from templates.

Args: script_type: Type of script ('docker_install', 'nodejs_install', 'security_updates', 'ssh_setup') ssh_port: SSH port to use for 'ssh_setup' script type (default: 22)

Returns: Created startup script details

Input Schema

NameRequiredDescriptionDefault
script_typeYes
ssh_portNo

Input Schema (JSON Schema)

{ "properties": { "script_type": { "title": "Script Type", "type": "string" }, "ssh_port": { "default": 22, "title": "Ssh Port", "type": "integer" } }, "required": [ "script_type" ], "type": "object" }

Other Tools from Vultr MCP

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/rsp2k/mcp-vultr'

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