A
securityA
licenseA
qualityAn MCP server to run commands.
Last updated -
2
446
138
TypeScript
MIT License
Connects to a Buu GraphQL server to perform team management, subthread operations, and generation requests through GraphQL API interfaces.
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
transport (ideal for CLI or tool embedding)To configure Octagon MCP for Claude Desktop:
BUU_TEAM_API_KEY
: Your Buu AI team API keyBUU_SERVER_URL
: Buu API URLteam_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 usersubthread_generate
— Generate a subthread for a Threadsubthread_get
— Get subthread by IDsubthread_get_all
— Get all team's subthreadgenerate_image
— Generate image for a subthread generate_model
— Generate 3D model for subthread genrequest_get_all
— Get all GenRequests for a specific subthreadYou 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.
Buu AI MCP Server