Skip to main content
Glama

1MCP Server

restore.md1.11 kB
# app restore Restores an application to its pre-consolidation state using a backup file. For a complete overview of the consolidation and restore workflow, see the **[App Consolidation Guide](../../guide/integrations/app-consolidation)**. ## Synopsis ```bash npx -y @1mcp/agent app restore [app-name] [options] ``` ## Arguments - **`[app-name]`** - The name of the application to restore. If omitted, you must use `--all` or `--backup`. ## Options - **`--all`** - Restore all applications that have backups. - **`--backup <path>`** - Restore from a specific backup metadata file. - **`--list, -l`** - List available backups for the specified app. - **`--yes, -y`** - Skip the confirmation prompt. ## Examples ```bash # Restore the latest backup for Claude Desktop npx -y @1mcp/agent app restore claude-desktop # Restore all consolidated applications npx -y @1mcp/agent app restore --all # List available backups for Cursor npx -y @1mcp/agent app restore cursor --list ``` ## See Also - **[App Consolidation Guide](../../guide/integrations/app-consolidation#backup-and-restore-system)**

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/1mcp-app/agent'

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