Skip to main content
Glama

Claude MCP Server Integration

by mokemoke0821
build.sh448 B
#!/bin/bash echo "🔨 Building Enhanced Development Commander..." # Clean previous build echo "🧹 Cleaning previous build..." rm -rf build/ # Run TypeScript compiler echo "📦 Compiling TypeScript..." npx tsc # Check if build was successful if [ -d "build" ]; then echo "✅ Build successful!" echo "📁 Output directory: ./build" echo "🚀 Run 'npm start' to launch the server" else echo "❌ Build failed!" exit 1 fi

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/mokemoke0821/claude-mcp-integration'

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