Skip to content

Releases: hypescale/storyblok-mcp-server

Release list

v1.1.0

Choose a tag to compare

@martinkogut martinkogut released this 11 Mar 13:03
6183239

What's New

  • Docker support — Multi-stage Dockerfile with node:22-alpine for 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-server

v1.0.0

Choose a tag to compare

@martinkogut martinkogut released this 04 Jan 20:49

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.