A
securityA
licenseA
qualityAn MCP server to run commands.
Last updated -
2
556
133
TypeScript
MIT License
Connects to a Buu GraphQL server to perform team management, subthread operations, and generation requests through GraphQL API interfaces.
该服务器充当 Buu 平台的命令执行网关,使用标准化 MCP 接口公开管理团队、子线程和生成请求的工具。
stdio
传输进行通信(适合 CLI 或工具嵌入)要为 Claude Desktop 配置 Octagon MCP:
BUU_TEAM_API_KEY
:您的 Buu AI 团队 API 密钥BUU_SERVER_URL
:Buu API URLteam_create
— 创建新团队team_add_member
— 向团队添加成员team_remove_member
— 从团队中删除成员team_update
— 更新团队数据team_update_member_role
— 更新成员角色team_get
— 获取当前用户的个人团队team_get_all
— 获取当前用户的所有团队subthread_generate
— 为线程生成子线程subthread_get
— 根据 ID 获取子线程subthread_get_all
— 获取所有团队的子线程generate_image
为子线程生成图像generate_model
— 为子线程生成 3D 模型genrequest_get_all
— 获取特定子线程的所有 GenRequestsYou must be authenticated.
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服务器