Desktop App

A beautiful desktop interface for managing your MCP Gateway.

Overview

The MCP Gateway Desktop app provides a user-friendly interface to manage your MCP servers, configure settings, and explore the marketplace of available MCP servers.

Features

  • 🖥️ Visual Management - Manage servers with a beautiful UI
  • 🏪 Marketplace - Discover and install new MCP servers
  • ⚙️ Easy Configuration - Configure environment variables and arguments visually
  • 🌗 Dark Mode - Built-in dark mode support
  • 🔄 Real-time Updates - Changes are immediately reflected

Getting Started

Installation

Download the latest release for your operating system from the releases page.

Usage

  1. Launch the application
  2. Navigate to the Marketplace tab to find servers
  3. Click "Install" on any server you wish to add
  4. Configure the server settings (API keys, etc.)
  5. Go to the My Servers tab to manage your installed servers

Development

Prerequisites

  • Node.js 18+
  • npm or yarn

Running Locally

# Install dependencies
npm install

# Start development server
npm run dev

Building

# Build for production
npm run build

# Build for your platform
npm run dist