A production-ready FastMCP server template supporting local development with stdio and secure web deployment with HTTPS and OAuth.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.GOOGLE_CLIENT_ID— your-google-client-id.apps.googleusercontent.comGOOGLE_CLIENT_SECRET— your-google-client-secretOAUTH_REDIRECT_URI— export =https://your-domain.com:8443/callbackJWT_SECRET_KEY— your-secure-random-string-hereLOCAL_MODE— "": "true"SERVER_NAME— mcp-template # Name for the MCP server, Docker image, and containerMCP_HOST— Host to bind to 0.0.0.0 NoSSL_ENABLED— MCP_TRANSPORT=sse =false uv run python server.pyMCP_PORT— Port to listen on 8443 (HTTPS) / 8899 (HTTP) NoSSL_CERT_PATH— /etc/letsencrypt/live/your-domain.com/fullchain.pemSSL_KEY_PATH— /etc/letsencrypt/live/your-domain.com/privkey.pem[](https://m8ven.ai/mcp/achimstruve-mcp-https-oauth-database-template-wfc6z1)