← Go back
by Josh Heslin
Self-host Rapid MCP
Self-host Rapid MCP
Run Rapid MCP on your own infrastructure. Ideal for teams that need data residency, private security and even private networking.
Repo: https://github.com/joshuaheslin/rapid-mcp-self-hosted
Quick steps
- Clone and set env
git clone https://github.com/joshuaheslin/rapid-mcp-self-hosted.git
cd rapid-mcp-self-hosted/docker-compose
cp .env.example .env
-
Update
.envto you needs with the license key and other settings. -
Start services
docker compose up -d
Boom that's it
Upgrades
Use image versioning and releases publishing on the public repo to get updates.
docker compose pull && docker compose up -d
See full guide: https://docs.rapid-mcp.com/self-hosted