Skip to main content
Glama

302AI Sandbox MCP Server

by 302ai

🤖 302AI サンドボックス MCP サーバー🚀✨

プレビュー

使用例をいくつか紹介します

サポートされているツールのリストはこちらです

✨ 特徴 ✨

  • 🔧 動的ロード - リモート サーバーからツール リストを自動的に更新します。
  • 🌐 複数のモードがサポートされており、 stdinモードをローカルで使用することも、リモート HTTP サーバーとしてホストすることもできます。

🚀 ツールリスト

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

インストール

Claude Desktop で使用するには、サーバー設定を追加します。

MacOSの場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "302ai-sandbox-mcp": { "command": "npx", "args": ["-y", "@302ai/sandbox-mcp"], "env": { "302AI_API_KEY": "YOUR_API_KEY_HERE" } } } }

Cherry Studio で使用するには、サーバー設定を追加します。

{ "mcpServers": { "Li2ZXXJkvhAALyKOFeO4N": { "name": "302ai-sandbox-mcp", "description": "", "isActive": true, "registryUrl": "", "command": "npx", "args": [ "-y", "@302ai/sandbox-mcp@0.2.0" ], "env": { "302AI_API_KEY": "YOUR_API_KEY_HERE" } } } }

ChatWiseで使用するには、次のコンテンツをクリップボードにコピーしてください

{ "mcpServers": { "302ai-sandbox-mcp": { "command": "npx", "args": ["-y", "@302ai/sandbox-mcp"], "env": { "302AI_API_KEY": "YOUR_API_KEY_HERE" } } } }

設定 -> ツール -> ボタンを追加 -> クリップボードからインポートを選択

302AI_API_KEYはこちら

チュートリアルの使用

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

✨ 302.AIについて ✨

302.AIは、従量課金制サービス、すぐに使用できるソリューション、オープンソース エコシステムを提供する、エンタープライズ向けの AI アプリケーション プラットフォームです。✨

  1. 🧠 言語モデル、画像モデル、音声モデル、ビデオモデルなど、最新かつ最も包括的な AI 機能とブランドを統合します。
  2. 🚀 基礎モデルに基づいた高度なアプリケーションを開発 - 単純なチャットボットではなく、本物の AI 製品を開発します
  3. 💰 月額料金はゼロ、すべての機能は従量課金制、完全にオープンで、非常に低い障壁と高い可能性を実現します。
  4. 🛠 チームおよび中小企業向けの強力な管理バックエンド - 1 人が管理し、多くの人が使用します。
  5. 🔗 すべての AI 機能は API アクセスを提供し、すべてのツールはオープンソースでカスタマイズ可能です (進行中)。
  6. 💡 強力な開発チーム。毎週2~3個の新しいアプリケーションをリリースし、製品は毎日アップデートされています。参加にご興味のある開発者の方は、お気軽にお問い合わせください。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude Desktop 用の Model Context Protocol (MCP) サーバーは 302AI の API サービスに接続し、ユーザーは構造化された通信インターフェースを通じて 302AI の機能を統合および活用できます。

  1. プレビュー
    1. ✨ 特徴 ✨
      1. 🚀 ツールリスト
        1. 発達
          1. インストール
            1. 302AI\_API\_KEYはこちら
            2. デバッグ
          2. ✨ 302.AIについて ✨

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol (MCP) server implementation for interacting with Phabricator API. This server allows LLMs to interact with Phabricator through a standardized interface.
              Last updated -
              5
              Python
            • -
              security
              A
              license
              -
              quality
              A Python-based server that implements the Model Context Protocol to interface with Claude Desktop as an MCP client, supporting interaction through efficient memory management.
              Last updated -
              1
              Python
              MIT License
            • A
              security
              F
              license
              A
              quality
              Model Context Protocol (MCP) server that integrates Redash with AI assistants like Claude, allowing them to query data, manage visualizations, and interact with dashboards through natural language.
              Last updated -
              10
              53
              16
              JavaScript
              • Apple
            • -
              security
              -
              license
              -
              quality
              A Model Context Protocol (MCP) server that interacts with system APIs, allowing users to check connections, search employees, register breakfast, and update chemical information by shifts.
              Last updated -
              2

            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/302ai/302_sandbox_mcp'

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