mcp-proxy to convert to HTTP.
Choose Your Deployment Path
Deploy from Code
Use this when:- You have MCP server source code (GitHub repository or local)
- You’ve written your own MCP server
- You need to customize the server
Deploy from npx/uvx
Use this when:- You have instructions for using an MCP server in VSCode/Cursor/Claude
- The MCP server is available as an npm or Python package
- You don’t need to modify the server code
npx) and Python packages (via uvx)
Deploy MCP Server from npx/uvx →
Prerequisites
- A TrueFoundry workspace (Create workspace if needed)
- Access to deploy services
- Your MCP server code or package name
If you’re new to deploying services on TrueFoundry, we recommend first going through the Deploy Your First Service guide.
After Deployment
- Note the service endpoint URL from the deployment dashboard
- Test the endpoint to verify it’s responding
- Connect to AI Gateway using the endpoint URL (see MCP Server Getting Started)