Buu AI MCP ServerServer

Buu-AI
GitHub
MCPcommand executionteam management

Loading subscription status...

💡 Description

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.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Buu AI MCP Server": {
        "env": {
          "BUU_SERVER_URL": "Buu API URL",
          "BUU_TEAM_API_KEY": "Your Buu AI team API key"
        },
        "args": [],
        "command": "npx -y @smithery/cli@latest install @OctagonAI/octagon-mcp-server --client claude"
      }
    }
  ]
}

🛠️ Tools

generate_imagegenerate_modelgenrequest_get_allsubthread_generatesubthread_getsubthread_get_allteam_createteam_add_member

Features

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

💬 Example Queries

  • Create a new team
  • Add a member to a team
  • Generate an image for a subthread
  • Get all GenRequests for a specific subthread