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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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
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.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论