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. 🚀 基于基础模型开发深度应用程序——我们开发真正的人工智能产品,而不仅仅是简单的聊天机器人
  3. 💰 零月费,所有功能按需付费,全面开放,真正实现低门槛、高潜力。
  4. 🛠 强大的团队和中小企业管理后端 - 一人管理,多人使用。
  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 的模型上下文协议 (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