We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/willem4130/ui-ux-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Storybook Configuration
STORYBOOK_URL=http://localhost:6006
# Animation Settings
ANIMATION_DEFAULT_DURATION=300
ANIMATION_DEFAULT_EASING=ease-in-out
# Playwright Configuration
PLAYWRIGHT_HEADLESS=true
PLAYWRIGHT_BROWSER=chromium
# Component Library Settings
COMPONENT_LIBRARY_PATH=./components
COMPONENT_OUTPUT_PATH=./dist/components
# Tailwind Configuration
TAILWIND_CONFIG_PATH=./tailwind.config.js
TAILWIND_CSS_PATH=./styles/globals.css