← Back to Plugins
MCP Server MCP

ZynoHosting

github By github 👁 3 views ▲ 0 votes

Manage ZynoHosting sites and create, discover, embed, and configure ZynoForms through local stdio.

Homepage Verified source GitHub

Install

npx -y @zyno-io/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@zyno-io/zynohosting",
      "version": "0.4.5",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Optional allowlist of absolute local roots for local-file MCP tools, separated by the platform path delimiter. Omit to allow any local path accessible to the MCP process.",
          "format": "string",
          "name": "ZYNOHOSTING_MCP_ROOTS"
        },
        {
          "description": "Optional tenant API key. Omit it when using credentials saved by zynohosting login.",
          "format": "string",
          "isSecret": true,
          "name": "ZYNOHOSTING_API_KEY"
        },
        {
          "description": "Optional ZynoSuite API URL override for form tools. Standard production, alpha, and dev environments are inferred automatically.",
          "format": "string",
          "name": "ZYNO_SUITE_API_URL"
        },
        {
          "description": "Optional ZynoAuth API URL override for scoped-token renewal. Standard production, alpha, and dev environments are inferred automatically.",
          "format": "string",
          "name": "ZYNO_AUTH_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...