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
- Launch the application
- Navigate to the Marketplace tab to find servers
- Click "Install" on any server you wish to add
- Configure the server settings (API keys, etc.)
- 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 devBuilding
# Build for production
npm run build
# Build for your platform
npm run dist