Skip to content
Cursor

ZynoHosting for Cursor

io.github.zyno-io/zynohosting

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

client:Cursor transport:stdio runtime:npm

Install ZynoHosting in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ZynoHosting in other clients