We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/patrikmichi/storyblok-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
env.example•721 B
# Required: Storyblok Space ID (numeric, from Space settings or the space URL)
STORYBLOK_SPACE_ID=12345
# Required: Management API token (Storyblok → Settings → Access tokens → create with full or Stories+Tags access)
STORYBLOK_MANAGEMENT_TOKEN=your-management-token-here
# Optional: Management API region (default: eu)
# Use if your Space is in US, Canada, etc. – Storyblok Space settings → Server location
# STORYBLOK_REGION=eu
# STORYBLOK_REGION=us
# STORYBLOK_REGION=ca
# STORYBLOK_REGION=ap
# STORYBLOK_REGION=cn
# Optional: Override API base (only if you proxy MAPI through your own domain)
# Example: https://subdomain.website.com/api/storyblok-mapi
# STORYBLOK_API_BASE=https://mapi.storyblok.com/v1