Skip to main content
Glama

Superjolt MCP Server

by scoritz
watch-and-link.sh590 B
#!/bin/bash echo "🚀 Starting Superjolt development mode..." echo "" # Run initial build and link echo "📦 Building project..." npm run build if [ $? -ne 0 ]; then echo "❌ Build failed" exit 1 fi echo "🔗 Installing globally..." npm install -g . if [ $? -ne 0 ]; then echo "❌ npm link failed" exit 1 fi echo "✅ Initial setup complete!" echo "" echo "👀 Starting watch mode..." echo "⚠️ Note: After making changes, run 'npm run dev:link' in another terminal to update the global command" echo "" # Start nest build in watch mode npx nest build --watch

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/scoritz/superjolt'

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