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.
- Connects to the Buu GraphQL server
- Supports Team, Subthread and GenRequest operations
- Enables generation request handling
- Authenticates with API key
- Communicates via
stdiotransport (ideal for CLI or tool embedding)
To configure Octagon MCP for Claude Desktop:
npx -y @smithery/cli@latest install @OctagonAI/octagon-mcp-server --client claudeBUU_TEAM_API_KEY: Your Buu AI team API key- Required for all operations
BUU_SERVER_URL: Buu API URL- By default uses the sandbox environment
team_create— Create a new teamteam_add_member— Add a member to a teamteam_remove_member— Remove a member from a teamteam_update— Update team datateam_update_member_role— Update member roleteam_get— Get the personal team for the current userteam_get_all— Get all teams for the current user
subthread_generate— Generate a subthread for a Threadsubthread_get— Get subthread by IDsubthread_get_all— Get all team's subthread
generate_image— Generate image for a subthreadgenerate_model— Generate 3D model for subthreadgenrequest_get_all— Get all GenRequests for a specific subthread