Buu AI MCP Server
@Buu-AI
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"buu-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"install",
"@OctagonAI/octagon-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
stdiotransport
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.
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mlops
visengerA curated list of references for MLOps
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments