MCPX Control Plane
The MCPX Control Plane is here to help you investigate your MCP traffic and manage your MCPX instance.
Installation Instructions
note
Make sure that you have already cloned the Lunar.dev MCPX Repo and navigate to the /mcpx
directory
You can install the MCPX control plane two ways.
- Locally
- Using Docker
Local Installation
- Install the necessary dependencies using:
npm run build:deps && npm install
- Bring up the Webserver (what links between MCPX and the UI) with:
npm run start:webserver
- Start the Control Plane with:
npm run start:ui
- Navigate to http://localhost:5173/ in your preferred browser.
Docker Installation
Run the following command to bring up a containerized MCPX instance:
docker run --rm --name mcpx-ui -p 9001:9001 -p 5173:5173 us-central1-docker.pkg.dev/prj-common-442813/mcpx/mcpx-ui:latest
Next, 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