← Back to Plugins
MCP Server MCP

Cloudcraft MCP

github By github 👁 1 views ▲ 0 votes

Unofficial MCP server for reading and managing Cloudcraft architecture blueprints

Homepage Verified source GitHub

Install

npx -y @hypark5540/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@hypark5540/cloudcraft-mcp",
      "version": "0.1.6",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Cloudcraft API key with access to the target account",
          "isRequired": true,
          "isSecret": true,
          "name": "CLOUDCRAFT_API_KEY"
        },
        {
          "description": "Cloudcraft API base URL; HTTPS is required except for loopback testing",
          "default": "https://api.cloudcraft.co",
          "name": "CLOUDCRAFT_BASE_URL"
        },
        {
          "description": "Minimum log level written to stderr",
          "default": "WARNING",
          "choices": [
            "DEBUG",
            "INFO",
            "WARNING",
            "ERROR",
            "CRITICAL"
          ],
          "name": "CLOUDCRAFT_LOG_LEVEL"
        },
        {
          "description": "Directory under which exported blueprint files may be written",
          "name": "CLOUDCRAFT_EXPORT_DIR"
        },
        {
          "description": "Enable create and update operations",
          "default": "false",
          "choices": [
            "false",
            "true"
          ],
          "name": "CLOUDCRAFT_ENABLE_WRITES"
        },
        {
          "description": "Enable irreversible deletes; writes must also be enabled",
          "default": "false",
          "choices": [
            "false",
            "true"
          ],
          "name": "CLOUDCRAFT_ENABLE_DELETES"
        },
        {
          "description": "Maximum bytes accepted from one Cloudcraft API response",
          "format": "number",
          "default": "26214400",
          "name": "CLOUDCRAFT_MAX_RESPONSE_BYTES"
        }
      ]
    },
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "cloudcraft-mcp",
      "version": "0.1.6",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Cloudcraft API key with access to the target account",
          "isRequired": true,
          "isSecret": true,
          "name": "CLOUDCRAFT_API_KEY"
        },
        {
          "description": "Cloudcraft API base URL; HTTPS is required except for loopback testing",
          "default": "https://api.cloudcraft.co",
          "name": "CLOUDCRAFT_BASE_URL"
        },
        {
          "description": "Minimum log level written to stderr",
          "default": "WARNING",
          "choices": [
            "DEBUG",
            "INFO",
            "WARNING",
            "ERROR",
            "CRITICAL"
          ],
          "name": "CLOUDCRAFT_LOG_LEVEL"
        },
        {
          "description": "Directory under which exported blueprint files may be written",
          "name": "CLOUDCRAFT_EXPORT_DIR"
        },
        {
          "description": "Enable create and update operations",
          "default": "false",
          "choices": [
            "false",
            "true"
          ],
          "name": "CLOUDCRAFT_ENABLE_WRITES"
        },
        {
          "description": "Enable irreversible deletes; writes must also be enabled",
          "default": "false",
          "choices": [
            "false",
            "true"
          ],
          "name": "CLOUDCRAFT_ENABLE_DELETES"
        },
        {
          "description": "Maximum bytes accepted from one Cloudcraft API response",
          "format": "number",
          "default": "26214400",
          "name": "CLOUDCRAFT_MAX_RESPONSE_BYTES"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/hypark5540/cloudcraft-mcp:0.1.6",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Cloudcraft API key with access to the target account",
          "isRequired": true,
          "isSecret": true,
          "name": "CLOUDCRAFT_API_KEY"
        },
        {
          "description": "Cloudcraft API base URL; HTTPS is required except for loopback testing",
          "default": "https://api.cloudcraft.co",
          "name": "CLOUDCRAFT_BASE_URL"
        },
        {
          "description": "Minimum log level written to stderr",
          "default": "WARNING",
          "choices": [
            "DEBUG",
            "INFO",
            "WARNING",
            "ERROR",
            "CRITICAL"
          ],
          "name": "CLOUDCRAFT_LOG_LEVEL"
        },
        {
          "description": "Directory under which exported blueprint files may be written",
          "name": "CLOUDCRAFT_EXPORT_DIR"
        },
        {
          "description": "Enable create and update operations",
          "default": "false",
          "choices": [
            "false",
            "true"
          ],
          "name": "CLOUDCRAFT_ENABLE_WRITES"
        },
        {
          "description": "Enable irreversible deletes; writes must also be enabled",
          "default": "false",
          "choices": [
            "false",
            "true"
          ],
          "name": "CLOUDCRAFT_ENABLE_DELETES"
        },
        {
          "description": "Maximum bytes accepted from one Cloudcraft API response",
          "format": "number",
          "default": "26214400",
          "name": "CLOUDCRAFT_MAX_RESPONSE_BYTES"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm pypi oci

Comments

Sign in to leave a comment

Loading comments...