MCPX Gateway

v1.0.0Developer Toolsstable

MCPX is a remote-first MCP aggregator that enables zero-code integration, unified access, and dynamic routing across multiple MCP servers. It offers tool-level access controls, usage visibility, and customization to streamline and secure agentic work

agent-skillsapi-proxymcpmcp-clientmcp-gateway
Share:
447
Stars
0
Downloads
0
Weekly
0/5

What is MCPX Gateway?

MCPX Gateway is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcpx is a remote-first mcp aggregator that enables zero-code integration, unified access, and dynamic routing across multiple mcp servers. it offers tool-level access controls, usage visibility, and c...

MCPX is a remote-first MCP aggregator that enables zero-code integration, unified access, and dynamic routing across multiple MCP servers. It offers tool-level access controls, usage visibility, and customization to streamline and secure agentic work

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCPX is a remote-first MCP aggregator that enables zero-code

Use Cases

Aggregate and route access across multiple MCP servers.
Apply tool-level access controls and visibility for secure agentic workflows.
TheLunarCompany

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcpx-mcp-gateway

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use MCPX Gateway

MCPX is a remote-first MCP aggregator and gateway from Lunar.dev that consolidates multiple MCP servers behind a single unified API endpoint with zero code changes required. It routes tool calls dynamically across registered MCP services, enforces tool-level access controls, provides usage visibility through a live Control Plane dashboard, and supports rate limiting and throttling to secure agentic workflows. Teams use MCPX to manage all their MCP server integrations centrally rather than configuring each one separately in every AI client.

Prerequisites

  • Docker installed (recommended deployment path), or access to the Lunar.dev cloud-hosted MCPX
  • One or more MCP servers already running or accessible that you want to aggregate
  • An MCP-compatible client such as Claude Desktop or Cursor
  • Access to docs.lunar.dev for your specific configuration reference
1

Review the official MCPX documentation

MCPX configuration is JSON-based with zero code required. Start by reading the get-started guide at docs.lunar.dev to understand the architecture before configuring.

https://docs.lunar.dev/mcpx/get_started
2

Run MCPX via Docker

The recommended way to run MCPX locally is with the official Docker image. Refer to the Docker Image Guide in the docs for the exact image tag and volume mounts.

docker pull lunarapi/mcpx
docker run -p 8080:8080 lunarapi/mcpx
3

Create your MCPX configuration file

MCPX uses a JSON configuration file to register MCP servers, define routing rules, and set access controls. Add each upstream MCP server as an entry.

{
  "servers": [
    {
      "name": "my-upstream-server",
      "url": "http://localhost:3000/mcp"
    }
  ]
}
4

Connect your MCP client to the MCPX gateway

Point Claude Desktop or Cursor at the MCPX gateway endpoint instead of individual MCP servers. MCPX handles routing to the correct upstream.

{
  "mcpServers": {
    "mcpx": {
      "command": "npx",
      "args": ["mcpx-mcp-gateway"]
    }
  }
}
5

Monitor via the Control Plane

Open the MCPX Control Plane dashboard to inspect live traffic, review tool usage, and manage access policies across your registered MCP servers.

MCPX Gateway Examples

Client configuration

Claude Desktop config pointing to MCPX as a single gateway. All upstream MCP servers are managed inside MCPX rather than listed here.

{
  "mcpServers": {
    "mcpx": {
      "command": "npx",
      "args": ["mcpx-mcp-gateway"]
    }
  }
}

Prompts to try

Example prompts when using MCPX as a unified gateway to multiple MCP servers.

- "List all the tools available through the MCPX gateway"
- "Search the web using the search MCP server connected through the gateway"
- "Use the file system tools to read my project README"
- "Show me which MCP servers are currently registered and active in the gateway"
- "Run a database query through the SQL server connected via MCPX"

Troubleshooting MCPX Gateway

MCPX gateway starts but no upstream tools are visible in the client

Verify that your upstream MCP servers are running and reachable from the MCPX container or process. Check the MCPX config file for correct server URLs and restart the gateway after any changes.

Docker image fails to start or port conflict on 8080

Change the host port mapping using -p <your-port>:8080. Make sure no other service is binding to the same port. Check Docker logs with docker logs <container-id> for startup errors.

Tool calls are being blocked by access controls

Review the tool-level access control settings in your MCPX configuration. The Control Plane dashboard shows which tools are being denied and why. Update your policy configuration to allow the required tools.

Frequently Asked Questions about MCPX Gateway

What is MCPX Gateway?

MCPX Gateway is a Model Context Protocol (MCP) server that mcpx is a remote-first mcp aggregator that enables zero-code integration, unified access, and dynamic routing across multiple mcp servers. it offers tool-level access controls, usage visibility, and customization to streamline and secure agentic work It connects AI assistants to external tools and data sources through a standardized interface.

How do I install MCPX Gateway?

Follow the installation instructions on the MCPX Gateway GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with MCPX Gateway?

MCPX Gateway works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is MCPX Gateway free to use?

Yes, MCPX Gateway is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mcpx-mcp-gateway": { "command": "npx", "args": ["-y", "mcpx-mcp-gateway"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use MCPX Gateway?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides