Skip to main content
Glama

CloudStack MCP Server

by phantosmax

create_ssh_key_pair

Generate or upload an SSH key pair on the CloudStack MCP Server to securely access and manage virtual machines and cloud resources.

Instructions

Create a new SSH key pair

Input Schema

NameRequiredDescriptionDefault
nameYesKey pair name
publickeyNoPublic key string (optional - generates if not provided)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "name": { "description": "Key pair name", "type": "string" }, "publickey": { "description": "Public key string (optional - generates if not provided)", "type": "string" } }, "required": [ "name" ], "type": "object" }

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/phantosmax/cloudstack-mcp-server'

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