Universal sync for the agentic developer stack, configure MCP servers, agents, skills, and permissions once, push to Claude Code, Cursor, Copilot, Cline, Zed, and 4 more AI tools with one command.
<p align="center"> <img width="1920" height="1080" alt="Frame 2095585445" src="https://github.com/user-attachments/assets/094b7221-236e-4470-aec8-c4a1cce8c9e6" /> </p> <p align="center"><strong>Universal Sync for the Agentic Developer Stack</strong></p> <p align="center">Configure once. Sync your MCP servers, agents, skills, and permissions to every AI tool you use.</p> <p align="center"> <a href="https://github.com/Kaos599/Synctax/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/Kaos599/Synctax/actions/workflows/ci.yml/badge.svg" /></a> <a href="https://www.npmjs.com/package/synctax"><img alt="npm" src="https://img.shields.io/npm/v/synctax?color=brightgreen" /></a> <img alt="license" src="https://img.shields.io/github/license/Kaos599/Synctax?color=blue" /> <img alt="runtime" src="https://img.shields.io/badge/node-%E2%89%A518-brightgreen" /> <img alt="clients" src="https://img.shields.io/badge/clients-9%20supported-lightgrey" /> </p> <p align="center"><code>synctax sync</code> — one command, every AI tool in sync.</p> --- ## Why Synctax Every AI coding tool stores configuration in its own proprietary format. Claude Code reads `~/.cursor/settings.json`. Cursor uses `~/.cursor/mcp.json`. Zed has `~/.config/zed/settings.json`. Cline, OpenCode, GitHub Copilot, and Cursor CLI each have their own layouts, their own field names, and their own ideas about where agents and skills belong. Add one MCP server and you are editing four JSON files by hand. Rename an agent and you are hunting through six different directories. Forget to update one client and your tools are silently out of sync for weeks. Synctax eliminates this. One master config at `~/.synctax/config.json`. One command to push it everywhere. Every resource — MCP servers, agents, skills, permissions, model preferences, prompts, memory files — translated into each client's native format automatically. --- ## Install ```bash npm install -g synctax ``` Works with npm, pnpm, yarn
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.