Local-first MCP Server management dashboard for AI developers
MCP-Gateway is a desktop application for discovering, managing, and debugging Model Context Protocol (MCP) servers on your local machine. Built for developers who use AI coding assistants like Claude Code, Codex, and others.
If you use AI coding tools, you likely have MCP servers configured — but managing them is scattered across config files and CLI tools. MCP Gateway brings all your MCP servers into one beautiful interface.
-
🔍 Auto-Discovery — Automatically detects MCP servers from:
- Claude Code (
~/.claude/mcp.json,~/.claude/.mcp.json) - Codex (
~/.codex/config.toml) - Project-level
mcp.jsonfiles MCP_*environment variables
- Claude Code (
-
🖥️ Server Management — Connect, disconnect, and monitor MCP servers
-
🔧 Tool Explorer — Browse tools available on each server
-
📊 Call Monitoring — Track tool invocations with request/response payloads
-
🐛 Debug Mode — Inspect timing, errors, and full request/response data
-
🔒 Local-First — All data stays on your machine
- Node.js 18+
- macOS / Windows / Linux
# Clone the repo
git clone https://github.com/ZSeven-W/mcp-gateway.git
cd mcp-gateway
# Install dependencies
npm install
# Start development
npm run dev# Build for production
npm run build
# Package as macOS app
npm run build:mac- Launch the app — MCP servers are auto-discovered
- Click Connect on any server to activate it
- Browse available tools in the Tools tab
- Monitor all tool calls in the Logs tab
- Framework: Electron
- UI: React + TypeScript
- Styling: CSS (custom dark theme)
- MCP SDK: @modelcontextprotocol/sdk
#mcp #model-context-protocol #ai-agents #developer-tools #electron #claude-code #codex #mcp-servers #local-first #desktop-app
MIT
