# Citing MCPSync

If you use MCPSync in your work, research, or project, please cite it.
GitHub also renders a **"Cite this repository"** button in the sidebar using [`CITATION.cff`](../CITATION.cff).

---

## BibTeX

```bibtex
@software{mcpsync2026,
  author       = {anushkrishnav},
  title        = {{MCPSync}: Sync MCP Server Configurations Across AI Coding Agents},
  year         = {2026},
  month        = {5},
  version      = {latest},
  url          = {https://github.com/anush-data-portfolio/MCPSync},
  license      = {MIT},
  abstract     = {A CLI tool that synchronizes Model Context Protocol (MCP) server
                  configurations across multiple AI coding agents in a single command.}
}
```

## APA 7th Edition

```
anushkrishnav. (2026, May 15). MCPSync: Sync MCP server configurations across AI coding agents
(Version latest) [Computer software]. GitHub.
https://github.com/anush-data-portfolio/MCPSync
```

## MLA 9th Edition

```
anushkrishnav. MCPSync: Sync MCP Server Configurations Across AI Coding Agents.
Version latest, 15 May 2026, github.com/anush-data-portfolio/MCPSync.
```

## Chicago 17th Edition

```
anushkrishnav. MCPSync: Sync MCP Server Configurations Across AI Coding Agents.
Version latest. May 15, 2026. https://github.com/anush-data-portfolio/MCPSync.
```

## IEEE

```
anushkrishnav, "MCPSync: Sync MCP Server Configurations Across AI Coding Agents,"
GitHub, May 15, 2026. [Online]. Available: https://github.com/anush-data-portfolio/MCPSync.
Version latest.
```

## Plain text

```
MCPSync (vlatest) by anushkrishnav, 2026.
https://github.com/anush-data-portfolio/MCPSync
Licensed under MIT.
```

---

## About the project

**MCPSync** addresses a practical pain point in multi-agent AI development workflows:
developers who use multiple AI coding agents (Claude, Cursor, VS Code, Gemini, Copilot, etc.)
must manually keep each agent's MCP server list in sync. MCPSync automates this with a single
command — auto-discovering all agent configs, merging them into one deduplicated list, and
writing back to every agent atomically.

| Property | Value |
|----------|-------|
| Version | latest |
| Released | 2026-05-15 |
| Language | Go (distributed as a single binary; also available via npm) |
| License | MIT |
| Repository | https://github.com/anush-data-portfolio/MCPSync |
| npm | https://www.npmjs.com/package/mcpsync |
| Issues / Contact | https://github.com/anush-data-portfolio/MCPSync/issues |
