Skip to main content
Glama

ABLESTACK MOLD MCP Server

by ycyun

mold_setConfig

Configure API endpoint, authentication keys, and signature algorithm for ABLESTACK MOLD MCP Server to enable secure cloud infrastructure management operations.

Instructions

endpoint, apiKey, secret 및 서명 알고리즘(sha1|sha256)을 설정합니다. 기본은 sha256. persist=true면 디스크에 저장.

Input Schema

NameRequiredDescriptionDefault
algoNo
apiKeyNo
endpointNo
persistNo
secretNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "algo": { "enum": [ "sha1", "sha256" ], "type": "string" }, "apiKey": { "type": "string" }, "endpoint": { "type": "string" }, "persist": { "type": "boolean" }, "secret": { "type": "string" } }, "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/ycyun/ablestack-MCP-server'

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