#!/bin/bash
# Run the Enhanced Spline Webhook Server
echo "Starting Enhanced Spline Webhook Server..."
echo "=========================================="
# Load environment variables if .env exists
if [ -f .env ]; then
echo "Loading environment from .env file..."
export $(cat .env | xargs)
fi
# Start the server
node enhanced-webhook-server.js
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/aydinfer/spline-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server