Skip to main content
Glama

Novita MCP Server

Official
by novitalabs

Novita MCP サーバー

novita-mcp-server Novita AI プラットフォームのリソースとのシームレスな連携を実現するモデルコンテキストプロトコル (MCP) サーバーです。Claude DesktopCursor 、またはその他の互換性のある MCP クライアントを介してこのサーバーにアクセスすることをお勧めします。

特徴

⚠️ベータ版に関するお知らせnovita-mcp-server現在ベータ版であり、GPUインスタンス管理のみをサポートしています。今後のリリースでは、追加のリソースタイプがサポートされる予定です。

現在、 novita-mcp-server GPU インスタンス製品のリソースの管理を可能にします。

サポートされている操作は次のとおりです。

  • クラスター(/リージョン): リスト;
  • 製品: リスト;
  • GPU インスタンス: 一覧表示、取得、作成、開始、停止、削除、再起動。
  • テンプレート: リスト、取得、作成、削除;
  • コンテナー レジストリ認証: 一覧表示、作成、削除。
  • ネットワーク ストレージ: 一覧表示、作成、更新、削除。

インストール

npm または Smithery を使用してパッケージをインストールできます。

npmの使用

npm install -g @novitalabs/novita-mcp-server

鍛冶屋を使う

https://smithery.ai/server/@novitalabs/novita-mcp-serverにアクセスし、「インストール」の手順に従ってサーバーをインストールします。

novita-mcp-serverを使用するための設定

まず、 Novita AI Key Managementから Novita API キーを取得する必要があります。

次に、Claude Desktop と Cursor の両方に次の構成を使用できます。

📌ヒント

Claude Desktop の場合、MCP サーバーを構成する方法については、 Claude Desktop MCP クイックスタートガイドを参照してください。

Cursor の場合、MCP サーバーを構成する方法については、 Cursor MCP クイックスタートガイドを参照してください。

{ "mcpServers": { "@novitalabs/novita-mcp-server": { "command": "npx", "args": ["-y", "@novitalabs/novita-mcp-server"], "env": { "NOVITA_API_KEY": "your_api_key_here" } } } }

novita-mcp-server使用して Claude Desktop または Cursor でリソースを管理する方法の例をいくつか示します。

クラスターの一覧

List all the Novita clusters

製品一覧

List all available Novita GPU instance products

GPUインスタンスの一覧

List all my running Novita GPU instances

新しいGPUインスタンスを作成する

Create a new Novita GPU instance: Name: test-novita-mcp-server-01 Product: any available product GPU Number: 1 Image: A standard public PyTorch/CUDA image Container Disk: 60GB

テスト

このプロジェクトではテストにJestを使用しています。テストはsrc/ testsディレクトリにあります。

次のいずれかのコマンドを使用してテストを実行できます。

npm test
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Novita AI プラットフォーム リソースのシームレスな管理を可能にする MCP サーバー。現在、Claude Desktop や Cursor などの互換性のあるクライアントを介して GPU インスタンス操作 (リスト、作成、開始、停止など) をサポートしています。

  1. 特徴
    1. インストール
      1. novita-mcp-serverを使用するための設定
          1. クラスターの一覧
          2. 製品一覧
          3. GPUインスタンスの一覧
          4. 新しいGPUインスタンスを作成する
        1. テスト

          Related MCP Servers

          • A
            security
            F
            license
            A
            quality
            A high-performance MCP server that integrates Notion into AI workflows, enabling interaction with Notion pages, databases, and comments through a standardized protocol.
            Last updated -
            8
            682
            22
            TypeScript
          • A
            security
            A
            license
            A
            quality
            Notion MCP Server is a MCP server implementation that enables AI assistants to interact with Notion's API.
            Last updated -
            13
            947
            131
            TypeScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            An MCP server that allows integration with Nia's codebase understanding capabilities through function calling in tools like Cursor and Claude Desktop, enabling users to analyze project structure and search codebases via natural language queries.
            Last updated -
            1
            3
            5
            JavaScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            An MCP server that enables AI assistants to interact with the Notion API, allowing them to search, read, comment on, and create content in Notion workspaces through natural language commands.
            Last updated -
            19
            14,969
            2,870
            TypeScript
            MIT License
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/novitalabs/novita-mcp-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server