McpMux

Configure once. Connect every client.

McpMux is a desktop app that runs a local MCP gateway. Your servers, credentials, and config — all in one place, encrypted and secure.

The problem with MCP today

Every AI client has its own config file. Same servers, same credentials — duplicated everywhere.

Without McpMux

Cursorconfig.jsongithub, slack, db + API keys
Claude Codeconfig.jsongithub, slack, db + API keys
VS Codesettings.jsongithub, slack, db + API keys
Windsurfconfig.jsongithub, slack, db + API keys

Add a server? Update every client. Rotate an API key? Update every client. All credentials in plain-text JSON files.

With McpMux

Cursorlocalhost:45818/mcp
Claude Codelocalhost:45818/mcp
VS Codelocalhost:45818/mcp
Windsurflocalhost:45818/mcp
McpMux Gateway
All MCP servers + encrypted credentials

One config, one place. Add a server in McpMux and every client has it instantly.

Everything you need to tame MCP

Servers, credentials, workspaces, and permissions — managed from one app instead of scattered across config files.

Your Command Center

One URL. Every AI client. Zero config files.

Stop editing JSON files in five different places. McpMux gives you a single gateway URL that every AI client connects to. See which servers are running, how many tools are available, and copy the config snippet that replaces all your per-client configs — in one click.

McpMux dashboard showing gateway status, server stats, and one-click client config

All Your Servers, One Place

Add a server once. Every client has it instantly.

No more duplicating server configs across Cursor, Claude, VS Code, and Windsurf. Install a server in McpMux and it's immediately available everywhere. See live connection status, expand any server to inspect its tools, prompts, and resources — and manage OAuth tokens that refresh automatically.

McpMux server management showing Azure, AWS, Notion, Docker, Slack all connected

100+ Servers, One Click

Browse. Click. Done.

Stop hunting for MCP server repos and writing transport configs by hand. Browse a curated registry of 100+ servers — GitHub, Slack, PostgreSQL, Docker, Notion, and more. Click install, enter your credentials, and the server is live across all your AI clients.

McpMux server registry with searchable grid and one-click install

Workspaces That Keep Things Separate

Work servers at work. Personal servers at home.

Create isolated Spaces — each with their own servers, credentials, and permissions. Switch from your "Work" space to "Personal" in one click from the sidebar — your AI clients follow automatically. No more accidentally querying your personal database from a work project.

McpMux workspace spaces for isolated server configurations with one-click switching

Control What Each Client Can Do

Give Cursor full access. Lock Claude to read-only.

Not every AI client should have the same power. Create Feature Sets — permission bundles that control exactly which tools, prompts, and resources a client can access. Build a "Read Only" set for cautious workflows or a "Dev Tools" set for full power. Assign them per-client so every tool only goes where you want it.

McpMux feature set detail panel showing granular tool selection per server

See Every Connected Client

Know exactly which AI tools are using your servers.

Cursor, VS Code, Windsurf, Claude Code — see every AI client connected to your gateway in real time. Click any client to manage its workspace, grant or revoke feature sets, and see exactly which tools it can access. New clients authenticate via OAuth with a one-click approval flow.

McpMux OAuth consent modal with VS Code requesting authorization

Three steps. That's it.

The last config file you'll need to touch.

01

Install servers

Browse the built-in registry and one-click install, or add servers manually. McpMux handles dependencies and setup.

02

Paste one config

Copy a single JSON snippet into your AI clients. All of them point to the same localhost URL.

{
  "mcpServers": {
    "mcpmux": {
      "type": "http",
      "url": "http://localhost:45818/mcp"
    }
  }
}
03

Done

All tools from all servers are available in every client. McpMux routes calls, refreshes tokens, and keeps credentials encrypted.

Security

Your credentials deserve better than plain-text JSON

MCP defaults to raw API keys in config files. McpMux replaces that with enterprise-grade security.

Encrypted Storage

Secrets encrypted with platform-native DPAPI and stored securely by McpMux.

AES-256-GCM

Field-level database encryption for all sensitive data.

OAuth 2.1 + PKCE

Standard auth with automatic token refresh.

Local-only gateway

Binds to 127.0.0.1 — nothing exposed to the network.

Per-client access keys

Granular permissions for each connected AI client.

Sanitized logs

Tokens and secrets never appear in log files.

Memory zeroization

Secrets wiped from memory after use via zeroize.

Works with your favorite AI tools

Point any MCP-compatible client to one URL. They all share the same servers.

Cu

Cursor

AI-powered code editor

VS

VS Code

GitHub Copilot + MCP

CC

Claude Code

Anthropic's CLI agent

W

Windsurf

Codeium's AI IDE

G

ChatGPT

OpenAI's AI assistant

JB

JetBrains

IntelliJ, WebStorm & more

+

Any MCP Host

Gemini CLI, Cline, Zed & more

Ready to supercharge your AI workflow?

Download McpMux and start managing MCP servers the easy way. Free, open source, and built for developers.