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
— 特定のサブスレッドのすべての GenRequest を取得するYou 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 サーバー