servers
Deploy an MCP server
Deploy an MCP server via multipart form. Supports hosted deployments (upload a JS module), external deployments (register a URL), stdio deployments (upload an MCPB bundle), and repo deployments (build from a connected GitHub repository).
put/servers/{namespace}/deployments
Path parameters
namespacestring required
Response
Deployment accepted
Example response
{
"deploymentId": "123e4567-e89b-12d3-a456-426614174000",
"status": "WORKING",
"mcpUrl": "https://slug.run.tools"
}