MCP.so
ログイン

Buu AI MCP Server

@Buu-AI

Buu AI MCP Server について

This server acts as a command execution gateway for the Buu platform, exposing tools to manage teams, subthreads, and generation requests using a standardized MCP interface.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

Buu-AI

投稿者

Gabriel Barandiaran Silveira

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "buu-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "install",
        "@OctagonAI/octagon-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Buu AI MCP Server?

Buu AI MCP Server is a command execution gateway for the Buu platform. It exposes tools to manage teams, subthreads, and generation requests through a standardized MCP interface, connecting to the Buu GraphQL server.

How to use Buu AI MCP Server?

Configure it with the required environment variable BUU_TEAM_API_KEY. You can optionally set BUU_SERVER_URL (defaults to a sandbox environment). Install via Smithery for Claude Desktop using npx -y @smithery/cli@latest install @OctagonAI/octagon-mcp-server --client claude. The server uses stdio transport and registers tools such as team_create, subthread_generate, and generate_image.

Key features of Buu AI MCP Server

  • Connects to the Buu GraphQL server
  • Supports Team, Subthread and GenRequest operations
  • Enables generation request handling
  • Authenticates with an API key
  • Communicates via stdio transport

Use cases of Buu AI MCP Server

  • Create and manage teams and member roles
  • Generate and retrieve subthreads for threads
  • Generate images and 3D models for subthreads
  • List all generation requests for a subthread
  • Embed AI team management into CLI or tool workflows

FAQ from Buu AI MCP Server

What operations does Buu AI MCP Server support?

It supports Team operations (create, add/remove members, update, get), Subthread operations (generate, get, list all), and GenRequest operations (generate image/model, list all requests for a subthread).

How does authentication work?

Authentication requires a Buu team API key set in the BUU_TEAM_API_KEY environment variable. This key is required for all operations.

What transport protocol does the server use?

The server uses stdio transport, making it ideal for CLI integration or embedding in tools.

Is there a default server URL?

Yes, if BUU_SERVER_URL is not set, the server defaults to a sandbox environment. You can override it with a custom URL if needed.

What are the required dependencies for running the server?

The README specifies a client installation command using npx, but does not list explicit runtime requirements beyond the environment variables.

コメント

「その他」の他のコンテンツ