MCP Sync
JSON →A CLI tool to synchronize MCP (Model Context Protocol) settings across multiple AI coding tools.
Install
npm install -g mcp-sync Tools · 6
- init Initialize MCP sync configuration by creating master settings file at ~/.mcp/mcp_settings.json
- sync Synchronize MCP settings between tools. Supports master-to-all, specific tools, source tool sync, dry-run, and force sync modes
- backup Create backups of MCP settings for all or specific tools
- restore Restore MCP settings from backups for a specific tool, with options to list available backups or specify a backup ID
- status Display current synchronization status and configuration information, with optional verbose logging
- edit Open the master settings file in the default editor
Links
★ 1 GitHub stars