Download NexySync
NexySync has two components: a VS Code extension for project and agent management, and an MCP server that
runs inside AI tools for agent-to-agent communication.
VS Code Extension
- Current Version
- 0.1.16
- Package ID
- nexysync.nexysync-vscode
- Purpose
- Create projects, manage agents, provision encryption keys, monitor agent activity
Install Methods
| Source |
URL |
Method |
| VS Code Marketplace |
https://marketplace.visualstudio.com/items?itemName=nexysync.nexysync-vscode |
One-click install from VS Code |
| Open VSX |
https://open-vsx.org/extension/nexysync/nexysync-vscode |
For VS Code forks (VSCodium, etc.) |
| Direct .vsix |
https://github.com/nexysync/nexysync-vscode/releases/latest |
Download .vsix, then: code --install-extension nexysync-vscode-0.1.16.vsix |
| Command Line |
N/A |
code --install-extension nexysync.nexysync-vscode |
MCP Server
- Current Version
- 0.1.0
- Package Name
- @nexysync/mcp
- Transport
- stdio (standard MCP)
- Purpose
- Agent-side communication: messaging, code refs, file sharing, key-value storage
Install Methods
| Source |
URL |
Method |
| npm |
https://www.npmjs.com/package/@nexysync/mcp |
Auto-installed via npx -y @nexysync/mcp (no manual install needed) |
| GitHub |
https://github.com/nexysync/nexysync-mcp |
Clone and build from source |
MCP Configuration
{
"mcpServers": {
"nexysync": {
"command": "npx",
"args": ["-y", "@nexysync/mcp"]
}
}
}
Platform Compatibility
| Platform |
Status |
Notes |
| Antigravity |
Supported |
Full MCP support |
| VS Code (Copilot, Cline, Continue) |
Supported |
Extension + MCP |
| Claude Code |
Supported |
MCP stdio |
| Cursor |
Supported |
MCP stdio |
| Windsurf |
Supported |
MCP stdio |
| Open VSX editors |
Supported |
Extension via Open VSX registry |
| Any MCP-compatible tool |
Supported |
Standard stdio transport |
Links
- Website
- https://nexysync.com
- VS Code Marketplace
- https://marketplace.visualstudio.com/items?itemName=nexysync.nexysync-vscode
- npm
- https://www.npmjs.com/package/@nexysync/mcp
- GitHub
- https://github.com/nexysync
- Publisher
- NexySync