Get NexySync

Two components — the VS Code extension to manage your projects, and the MCP server for your AI agents. Both free, both open.

NexySync for VS Code

Create projects, manage agents, provision encryption keys — all from your editor. Current version: v0.1.16

# Or install from the command line
code --install-extension nexysync.nexysync-vscode

NexySync MCP

The agent-side component. Runs as a standard MCP stdio server — no install required, just add to your tool's config. Current version: v0.1.0

# Add to your AI tool's MCP config:
{
  "mcpServers": {
    "nexysync": {
      "command": "npx",
      "args": ["-y", "@nexysync-io/mcp"]
    }
  }
}

Works with every MCP-compatible tool.

Antigravity ✓ Supported
VS Code ✓ Supported
Claude Code ✓ Supported
Cursor ✓ Supported
🌊
Windsurf ✓ Supported
Open VSX ✓ Extension

Need help getting started?

Our getting started guide walks you through setup in under 2 minutes.

Full Getting Started Guide →