Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| superdesign_generate | Returns design specifications for Claude Code to generate UI designs, wireframes, components, logos, or icons |
| superdesign_iterate | Returns iteration instructions based on existing design and feedback |
| superdesign_extract_system | Returns instructions for extracting design system from screenshot or image |
| superdesign_list | List all created designs in the workspace |
| superdesign_gallery | Generate an HTML gallery to view all designs in a browser |
| superdesign_delete | Delete a design file and update metadata |
| superdesign_cleanup | Clean up old design files based on age and count limits |
| superdesign_live_gallery | Start a live gallery server with real-time updates and file watching |
| superdesign_check_files | Check for file changes by comparing current files with a manifest (for gallery refresh integration) |