Skip to main content

Deploying separately from original FastAPI app

You are not limited to serving the MCP on the same FastAPI app from which it was created. You can create an MCP server from one FastAPI app, and mount it to a different app:
Then, you can run both apps separately: