Skip to main content
Glama

AbletonMCP

by chaudepark
setup.shโ€ข1.58 kB
#!/bin/bash set -e echo "๐Ÿš€ Setting up Fairway Buddies AI Prompt Generation Workflow..." # Check if pnpm is installed if ! command -v pnpm &> /dev/null; then echo "โŒ pnpm is not installed. Please install it first:" echo " npm install -g pnpm" echo " or visit: https://pnpm.io/installation" exit 1 fi # Check if repomix is available globally (optional) if command -v repomix &> /dev/null; then echo "โœ… repomix found globally" REPOMIX_VERSION=$(repomix --version 2>/dev/null || echo "unknown") echo " Version: $REPOMIX_VERSION" else echo "โ„น๏ธ repomix not found globally - will install locally" fi # Navigate to scripts directory cd "$(dirname "$0")" echo "๐Ÿ“ Working directory: $(pwd)" # Install dependencies echo "๐Ÿ“ฆ Installing dependencies with pnpm..." pnpm install # Make scripts executable echo "๐Ÿ”ง Making scripts executable..." chmod +x ./scripts/generate.js chmod +x ./scripts/cleanup.js # Create generated directory if it doesn't exist echo "๐Ÿ“ Creating generated directory..." mkdir -p ./generated # Test generation (dry run) echo "๐Ÿงช Testing generation (dry run)..." node scripts/generate.js --dry-run echo "" echo "โœ… Setup completed successfully!" echo "" echo "๐Ÿ“š Quick start:" echo " pnpm run generate # Generate repository XML" echo " pnpm run cleanup # Clean up old files" echo " pnpm run generate list # List generated files" echo "" echo "๐Ÿ“– See README.md for detailed usage instructions" echo "๐Ÿ“ Check templates/prompt-template.md for AI prompt examples"

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/chaudepark/ableton-mcp'

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