AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Devsynq

mcp-harjjotsinghh-devsynq · by HarjjotSinghh

DevSynq allows you to sync your MCP configuration across all your AI IDEs. Download, use and manage all your installed AI IDEs.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add mcp-harjjotsinghh-devsynq

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-harjjotsinghh-devsynq)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
8mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Devsynq? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

DevSynq - AI IDE Launcher

A sleek, modern Electron application to launch your favorite AI-powered development environments.

[](https://www.youtube.com/watch?v=oBqtXS-ZsTM)

Features

  • Smart Launch: One-click launch for your projects in their preferred AI IDE
  • Project Management: Organize your local projects and define IDE preferences per project
  • Auto-Detect: Automatically scans your directories to find projects and installs
  • API Key Management: Centralized storage for your AI API keys
  • Easy Install: Links to download pages for IDEs not yet installed
  • Premium UI: Beautiful dark theme with glassmorphism effects
  • Fast: Built with Bun for lightning-fast build times
  • Cross-Platform: Works on Windows, macOS, and Linux

Supported IDEs

| IDE | Windows | macOS | Linux | |-----|---------|-------|-------| | Cursor | Yes | Yes | Yes | | Windsurf | Yes | Yes | Yes | | VS Code | Yes | Yes | Yes | | Zed | Yes | Yes | Yes | | WebStorm | Yes | Yes | Yes |

Prerequisites

Getting Started

Installation

Method 1: Download Installer Download the latest release for your operating system from the Releases page.

> macOS Users: If you see "Apple could not verify" when opening the app: > 1. Right-click (or Control-click) on DevSynq in your Applications folder > 2. Select "Open" from the context menu > 3. Click "Open" in the dialog that appears > > This only needs to be done once. Alternatively, run in Terminal: > ``bash > xattr -d com.apple.quarantine /Applications/DevSynq.app > ``

Method 2: Build from Source

# Clone the repository
git clone https://github.com/HarjjotSinghh/devsynq.git
cd devsynq

# Install dependencies
bun install

Development

# Build and run the app
bun run start

# Or use dev mode
bun run dev

Building for Distribution

# Build unpacked
bun run pack

# Build installer
bun run dist

Marketing Website

The source code for the DevSynq marketing website is included in this repository. Located in the web/ directory, it is a Next.js 16 application built with Tailwind CSS and shadcn/ui.

See web/README.md for more details.

Project Structure

devsynq/
├── src/
│   ├── main.ts         # Electron main process
│   ├── preload.ts      # Preload script for IPC
│   └── renderer/       # Renderer process (React App)
├── web/                # Marketing Website (Next.js)
├── dist/               # Compiled Electron Output
├── release/            # Built Installers
├── package.json
└── README.md

How It Works

  1. Main Process (main.ts): Creates the Electron window and handles IPC communication
  2. Preload Script (preload.ts): Safely exposes limited Node.js APIs to the renderer
  3. Renderer Process (src/renderer/): Handles UI logic, IDE detection, and launching

IDE Detection

The app checks standard installation paths for each IDE:

Windows:

  • Cursor: C:\Users\{username}\AppData\Local\Programs\Cursor\Cursor.exe
  • VS Code: C:\Users\{username}\AppData\Local\Programs\Microsoft VS Code\Code.exe
  • Windsurf: C:\Users\{username}\AppData\Local\Programs\Windsurf\Windsurf.exe

macOS:

  • Cursor: /Applications/Cursor.app
  • VS Code: /Applications/Visual Studio Code.app
  • Windsurf: /Applications/Windsurf.app

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - see [LICENSE](LICENSE) for details.

Acknowledgments

  • Built with Electron
  • Bundled with Bun
  • UI Components by shadcn/ui
  • Designed with love by the DevSynq team

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.