Labsco
MCP SERVER · OFFICIAL PROJECT

Novita AI

by novitalabs

Provision, start, stop, and tear down Novita GPU instances and their network storage from the assistant.

Cloud Resources & Infrastructure as CodeVerified
Summary
GPU instances can be spun up and torn down from chat, against Novita's billed cloud.

The 20 tools drive the full instance lifecycle plus the storage and registry credentials an instance needs. Each instance runs on Novita's paid GPU cloud, so create and start operations cost real compute; the reader supplies NOVITA_API_KEY.

What it is

A control-plane server for Novita's GPU cloud: its 20 tools create and manage GPU instances, network storage volumes, container-registry credentials, and instance templates.

What you get
  • Create, start, stop, restart, and delete GPU instances (create-gpu-instance, start-gpu-instance, delete-gpu-instance)
  • List clusters and GPU products to pick from (list-clusters, list-products, list-gpu-instances)
  • Create, resize, and delete network storage volumes (create-network-storage, update-network-storage, delete-network-storage)
  • Save container-registry credentials and manage instance templates (create-container-registry-auth, create-template, list-templates)
Requirements

A Novita account, reached through NOVITA_API_KEY.

Setup effort

One command plus a key — npm install -g @novitalabs/novita-mcp-server, then supply credentials