Deploxy

Welcome to Deploxy, the platform for deploying your Stdio MCP (Model Context Protocol) servers to serverless infrastructure while keeping your source code private and secure.

Features

Deploxy is a comprehensive deployment platform that allows you to:
  • Deploy Stdio MCP servers to Serverless: Your source code remains secure on our servers, never exposed to end-users.
  • Distribute lightweight proxies: Users install minimal proxy packages from NPM that securely connect to your hosted logic.
  • Scale automatically: Leverage serverless infrastructure that handles traffic spikes without manual intervention.
  • Focus on Your Logic: No need to build a separate backend for secure tool calls or database connections.
  • Deploy Globally: Every deployment is automatically distributed across all supported regions for low-latency user experiences.
  • Publish JS package: Publish your package to NPM
  • Publish Python package (Soon): We’re developing python Stdio MCP server feature.

Get Started

1. Create an Account

First, create a free account on Deploxy. You’ll get a generous free tier with no credit card required.

2. Set up your Node.js Environment

Deploxy uses the standard Node.js ecosystem. Ensure you have Node.js version 20 or higher installed on your system.

3. Configure Your Auth Token

To connect the Deploxy CLI to your account, you need an authentication token.
  1. Go to the Tokens page in your Deploxy account settings.
  2. Create a new token and copy it.
  3. Store this token securely where it will not be exposed, for example, as an environment variable. The Quick Start guides will show you exactly how to use this token in your project.
Now you are ready to follow one of the Quick Start guides to deploy your first server!