Skip to main content
Version: Next

MCPX Control Plane [beta]

The MCPX Control Plane is here to help you investigate your MCP traffic and manage your MCPX instance.

MCPX Control Plane

Installation Instructions

note

Make sure that you have already cloned the Lunar.dev MCPX Repo and navigate to the /mcpx directory

  1. Install the necessary dependencies using:
npm run build:deps && npm install
  1. Bring up the Webserver (what links between MCPX and the UI) with:
npm run start:webserver
  1. Start the Control Plane with:
npm run start:ui
  1. Run the following command to bring up a containerized MCPX instance:
docker run --rm --name mcpx -p 9000:9000 -e ENABLE_HUB=true -e HUB_HOST="http://host.docker.internal:9001" us-central1-docker.pkg.dev/prj-common-442813/mcpx/mcpx:latest
  1. Navigate to http://localhost:5173/ in your preferred browser.

Uses

Once you have access to your MCPX Control Plane, you can:

  • Add a target server using the "Add Server" button
  • Connect to MCPX
  • Use tools and see basic usage statistics