agentsync v0.1.0 — First Release #6
spyrae
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
agentsync v0.1.0 is out — a CLI tool that syncs MCP server configs and rules across AI coding agents.
The Problem
If you use multiple AI coding agents (Claude Code, Cursor, Codex, Gemini), you know the pain: each stores MCP server configs in its own format (JSON, TOML) and its own location. Adding a new MCP server means editing 3-4 files manually. Forgetting one means silent failures.
What agentsync Does
One command, all agents in sync:
It reads your Claude Code config as source of truth and generates configs for Cursor, Codex, and Antigravity/Gemini — handling format conversion, deduplication, and section filtering automatically.
Features in v0.1.0
Notionvsnotionfrom different sourcesSupported Agents
Want to add support for your favorite agent? Check the Adding an Adapter guide.
Links
All reactions