NitroStack Logo
/python
/deployment
/cloud

Cloud Platforms (Python)

Run nitrostack-py start as the process. Bind HOST=0.0.0.0 and the platform PORT.

  • Set MCP_TRANSPORT_TYPE=http (or dual if you also need stdio in the same process — unusual in cloud).
  • Health check: GET /mcp/health.
  • MCP endpoint: POST/GET/DELETE /mcp (no slash-forced redirect; Inspector wants /mcp without a trailing slash).
  • Put API_KEY, JWT_SECRET, and OAuth env in the platform secret store.

Wheel deploy: nitrostack-py pack then install dist/*.whl in the image or function bundle.