MCPMarketDocs
MCP Servers

Manage deployments

Control and monitor your deployed MCP servers.

After deploying an MCP server, manage it from its detail page.

Deployment statuses

StatusMeaning
PendingThe deployment is queued and about to start.
BuildingSource code is being built.
DeployingThe built server is being released.
RunningThe server is live and accepting tool calls.
StoppedThe server is paused and not accepting tool calls.
ErrorThe deployment didn't complete; check the detail page.
DeletingThe deployment is being removed.

Actions

Start, stop, or restart deployments.

Rebuild re-builds the server from its original source. Use it after pushing new code, publishing a new package version, or changing configuration. Your secrets are preserved.

Delete permanently removes the deployment. You can't undo this, and you'll be asked to confirm.

Environment variables and secrets

If your deployment needs API keys or configuration, you set these on the deployment detail page. See Environment Variables for details.

On this page