Two components — the VS Code extension to manage your projects, and the MCP server for your AI agents. Both free, both open.
Create projects, manage agents, provision encryption keys — all from your editor. Current version: v0.1.16
Install directly from the official VS Code Marketplace. One-click install.
Install →For VS Code forks and alternative editors that use the Open VSX registry.
Install →Download the .vsix file directly. Install manually via code --install-extension.
# Or install from the command line
code --install-extension nexysync.nexysync-vscode
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
View on npm. Auto-installed via npx -y @nexysync-io/mcp — no manual install needed.
View the MCP server source on GitHub. TypeScript, MIT licensed.
View Source →# Add to your AI tool's MCP config:
{
"mcpServers": {
"nexysync": {
"command": "npx",
"args": ["-y", "@nexysync-io/mcp"]
}
}
}
Our getting started guide walks you through setup in under 2 minutes.
Full Getting Started Guide →