Skip to main content
Glama

Buu AI MCP Server

smithery.yaml530 B
startCommand: type: stdio configSchema: type: object required: - buuTeamApiKey properties: buuTeamApiKey: type: string description: Your Buu Team API key buuServerUrl: type: string description: Buu AI server endpoint commandFunction: | (config) => ({ command: 'node', args: ['dist/index.js'], env: { BUU_TEAM_API_KEY: config.buuTeamApiKey, ...(config.buuServerUrl && { BUU_SERVER_URL: config.buuServerUrl }) } })

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Buu-AI/buu-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server