Releases: hypescale/storyblok-mcp-server
Releases · hypescale/storyblok-mcp-server
Release list
v1.1.0
What's New
- Docker support — Multi-stage Dockerfile with
node:22-alpinefor containerized deployment - CI/CD — GitHub Actions workflow to auto-publish Docker images to GHCR on release
Docker Usage
docker pull ghcr.io/hypescale/storyblok-mcp-server:latest
docker run -e STORYBLOK_SPACE_ID=xxx -e STORYBLOK_MANAGEMENT_TOKEN=xxx -e STORYBLOK_DEFAULT_PUBLIC_TOKEN=xxx ghcr.io/hypescale/storyblok-mcp-serverv1.0.0
Storyblok MCP Server v1.0.0
Initial public release of the Storyblok MCP Server.
Highlights
- 160 tools across 30 modules covering the Storyblok Management API
- Zod-validated schemas for safer tool calls
- MCP client configs for Claude, Codex, Cursor, Windsurf, VS Code, Continue, and Cline
- Quick start, troubleshooting, and release guidance in the README
Requirements
- Node.js >= 20
- Storyblok Management + Public/Preview tokens
See the README for setup and usage details.