Skip to main content
Glama

Superdesign MCP Server

by jonthebeef
11

superdesign_cleanup

Remove outdated design files automatically by specifying age or count limits. Set workspace path, max age in days, and maximum file count to retain. Use dry run to preview deletions.

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