Buu AI MCP Server

Integrations

  • Connects to a Buu GraphQL server to perform team management, subthread operations, and generation requests through GraphQL API interfaces.

布偶AI MCP服务器

概述

该服务器充当 Buu 平台的命令执行网关,使用标准化 MCP 接口公开管理团队、子线程和生成请求的工具。


特征

  • 连接到 Buu GraphQL 服务器
  • 支持团队、子线程和 GenRequest 操作
  • 启用生成请求处理
  • 使用 API 密钥进行身份验证
  • 通过stdio传输进行通信(适合 CLI 或工具嵌入)

客户端安装说明

在 Claude Desktop 上运行

要为 Claude Desktop 配置 Octagon MCP:

npx -y @smithery/cli@latest install @OctagonAI/octagon-mcp-server --client claude

配置

环境变量

必需的
  • BUU_TEAM_API_KEY :您的 Buu AI 团队 API 密钥
    • 所有操作均必需
选修的
  • BUU_SERVER_URL :Buu API URL
    • 默认使用沙盒环境

工具注册

1. TeamTools

  • team_create — 创建新团队
  • team_add_member — 向团队添加成员
  • team_remove_member — 从团队中删除成员
  • team_update — 更新团队数据
  • team_update_member_role — 更新成员角色
  • team_get — 获取当前用户的个人团队
  • team_get_all — 获取当前用户的所有团队

3. SubthreadTools

  • subthread_generate — 为线程生成子线程
  • subthread_get — 根据 ID 获取子线程
  • subthread_get_all — 获取所有团队的子线程

4. GenRequestTools

  • generate_image为子线程生成图像
  • generate_model — 为子线程生成 3D 模型
  • genrequest_get_all — 获取特定子线程的所有 GenRequests

You must be authenticated.

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.

布偶AI MCP服务器

  1. 概述
    1. 特征
      1. 客户端安装说明
        1. 在 Claude Desktop 上运行
      2. 配置
        1. 环境变量
      3. 工具注册
        1. 1. TeamTools
        2. 3. SubthreadTools
        3. 4. GenRequestTools

      Related MCP Servers

      View all related MCP servers

      ID: t0xuq692cn