We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/martinkogut/storyblok-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•510 B
# Storyblok MCP Server Configuration
# Copy this file to .env and fill in your values
# Required: Your Storyblok Space ID (numeric)
STORYBLOK_SPACE_ID=your_space_id
# Required: Management API token with appropriate permissions
# Get this from: Storyblok Dashboard > Settings > Access Tokens
STORYBLOK_MANAGEMENT_TOKEN=your_management_token
# Required: Public/Preview token for content delivery
# Get this from: Storyblok Dashboard > Settings > Access Tokens
STORYBLOK_DEFAULT_PUBLIC_TOKEN=your_public_token