Skip to main content
Glama

Superdesign MCP Server

by jonthebeef
23

superdesign_cleanup

Automatically remove outdated design files by specifying age and count limits. Set max age in days and keep only the latest designs to optimize storage. Optionally preview deletions with dry run mode.

Instructions

Clean up old design files based on age and count limits

Input Schema

NameRequiredDescriptionDefault
dry_runNoShow what would be deleted without actually deleting
max_age_daysNoDelete designs older than X days (default: 30)
max_countNoKeep only the latest X designs (default: 50)
workspace_pathNoWorkspace path (defaults to current directory)

Input Schema (JSON Schema)

{ "properties": { "dry_run": { "description": "Show what would be deleted without actually deleting", "type": "boolean" }, "max_age_days": { "description": "Delete designs older than X days (default: 30)", "type": "number" }, "max_count": { "description": "Keep only the latest X designs (default: 50)", "type": "number" }, "workspace_path": { "description": "Workspace path (defaults to current directory)", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jonthebeef/superdesign-mcp-claude-code'

If you have feedback or need assistance with the MCP directory API, please join our Discord server