Skip to content

App Commands

The app command group helps you consolidate MCP server configurations from various desktop applications into a unified 1MCP proxy.

For a complete overview of the consolidation workflow, supported applications, and best practices, please see the App Consolidation Guide.

Commands

consolidate

Consolidates MCP servers from desktop applications into 1MCP.

bash
npx -y @1mcp/agent app consolidate claude-desktop cursor vscode

restore

Restores desktop applications to their pre-consolidation state.

bash
npx -y @1mcp/agent app restore claude-desktop

list

Lists supported desktop applications and their configuration status.

bash
npx -y @1mcp/agent app list

discover

Discovers installed applications with MCP configurations.

bash
npx -y @1mcp/agent app discover

status

Shows the current consolidation status of your applications.

bash
npx -y @1mcp/agent app status

backups

Lists and manages configuration backups.

bash
npx -y @1mcp/agent app backups --cleanup=30

Released under the Apache 2.0 License.