We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iconben/z-image-studio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
macos-launcher.sh•232 B
#!/bin/bash
# macOS launcher script for Z-Image Studio
# Opens the web UI in the default browser
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$SCRIPT_DIR"
exec "./Z-Image Studio" serve --host 0.0.0.0 --port 8000