Skip to content
Grok

ZynoHosting for Grok

io.github.zyno-io/zynohosting

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

client:Grok transport:stdio runtime:npm

Install ZynoHosting in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "zynohosting": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@zyno-io/zynohosting"
      ],
      "env": {
        "ZYNOHOSTING_MCP_ROOTS": "<ZYNOHOSTING_MCP_ROOTS>",
        "ZYNOHOSTING_API_KEY": "<ZYNOHOSTING_API_KEY>",
        "ZYNO_SUITE_API_URL": "<ZYNO_SUITE_API_URL>",
        "ZYNO_AUTH_API_URL": "<ZYNO_AUTH_API_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ZynoHosting in other clients