Skip to main content
Glama

Buu AI MCP Server

package.json982 B
{ "name": "buu-mcp-server", "version": "0.1.0", "description": "", "main": "dist/index.js", "type": "module", "bin": { "buu-mcp-server": "dist/index.js" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx}\" || true", "prepare": "npm run build", "release": "npm run build && npm publish" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.10.1", "dotenv": "^16.5.0", "graphql-request": "^7.1.2", "ts-node": "^10.9.2", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.14.0", "prettier": "^3.5.3", "tsx": "^4.19.3", "typescript": "^5.8.3" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/Buu-AI/buu-mcp-server" } }

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