Claude Code (Anthropic)
Syncs .claude/ directories, CLAUDE.md files, and MCP server configurations.
Learn how to discover, install, and sync AI agent configurations with sync-conf.
sync-conf is a CLI tool and directory for AI coding assistant configurations. Browse community-shared rules, presets, and MCP configs for Claude Code, Cursor, Windsurf, and Aider - then install them with a single command.
Think of it as npm for AI agent configurations. The directory ranks configurations by community usage, making it easy to discover what works best.
Install a configuration from any GitHub repository using npx (no installation required):
npx sync-conf install owner/repoThis fetches the configuration and sets it up in your local environment. For example, to install a popular Cursor configuration:
npx sync-conf install popular-user/cursor-configSyncs .claude/ directories, CLAUDE.md files, and MCP server configurations.
Syncs .cursorrules files, .cursor/ directories, and editor settings.
Syncs Windsurf configuration files and AI assistant rules.
Syncs .aider configurations and model presets.
Install an AI agent configuration from a GitHub repository.
npx sync-conf install <owner/repo> [options]--force, -f - Overwrite existing configuration
--list - List available configs in repo without installing
Sync your local configuration with the latest from the repository. This is the default behavior when running sync-conf without arguments.
npx sync-confBrowse popular configurations from the command line.
npx sync-conf browseCheck your configuration and diagnose issues.
npx sync-conf doctorThe directory ranks repositories based on anonymous telemetry data collected when users install or sync configurations. Rankings are based on:
All data is collected anonymously - we never collect personal information, repository contents, or any sensitive data.
sync-conf collects minimal, anonymous telemetry to power the directory rankings:
To opt out of telemetry completely:
SYNC_CONF_TELEMETRY=false npx sync-conf install owner/repoOr set it permanently in your shell profile.
Create a GitHub repository with your .cursorrules file or cursor/ directory. Others can then install with npx sync-conf install your-username/your-repo.
Yes. sync-conf supports syncing .claude/ directories, including MCP server configurations, CLAUDE.md files, and all Claude Code settings.
Your repository is automatically added when someone installs it using sync-conf. There's no registration required - just share your install command and watch your ranking grow.
The install command requires internet to fetch from GitHub. However, once installed, your configurations are stored locally and work offline. Sync operations require internet to check for updates.
Head to the configuration directory to discover popular AI agent configurations from the community.