Go back
Self-host Rapid MCP

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

  1. 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
  1. Update .env to you needs with the license key and other settings.

  2. 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