Start MCP server
POST/v0/servers/:id/start
Launches an MCP server instance identified by its unique ID. This endpoint executes the server's configured command with appropriate arguments and environment variables. The server process is monitored by the router, and its status is updated accordingly. If the server is already running, the request will return the current status without restarting the server.
Request
Responses
- 200
- 400
- 404
- 500
Server started successfully
Missing server ID
Server not found
Failed to start server