steppage plugin, get preview links, and manage versions.
What is steppage?
The plugin connects through thesteppage-mcp MCP server to provide deployment, site queries, version management, promotion, and rollback. It accepts a local directory or ZIP for static hosting, not application backends or databases.
Prerequisites
Install inside Step Code:
The official installer is
https://dl.stepfun.com/steppage-mcp/p/install.sh, overridable with STEPCODE_STEPPAGE_INSTALLER_URL. To run it manually:
Deployment
- Build your frontend into static output, such as
dist/. - Check entry pages, asset paths, and output contents. Exclude keys, private configuration, and user data.
- Tell Step Code which directory to publish and whether it should go live.
- Check the returned preview URL, version, and management link.
page_deploy to publish a directory or ZIP as a site version. Results automatically include the management link. Provide a precise site identifier when updating an existing site.
Versions and rollback
- Each deployment creates a version; list sites and versions as needed.
promotemakes a version live;rollbackreturns to a specified version.- Verify site and version identifiers before acting, then revisit the page.
- Deleting a site or version may be irreversible. Do not skip confirmation just because it is a test.

