π Local Deployment¶
This guide walks you through running MCP Gateway on your local machine using a virtual environment or directly via Python.
π One-Liner Setup¶
The easiest way to start the server in development mode:
This does the following:
- Creates a
.venv/
virtual environment - Installs all dependencies (including dev tools)
- Launches Gunicorn on
http://localhost:4444
π§ͺ Development Mode with Live Reload¶
If you want auto-reload on code changes:
Ensure your
.env
file includes:
π§ͺ Health Test¶
Expected output:
π Admin UI¶
Visit http://localhost:4444/admin and login using your BASIC_AUTH_USER
and BASIC_AUTH_PASSWORD
from .env
.