Skip to main content
Glama

Spline MCP Server

by aydinfer
start-webhook-server.sh324 B
#!/bin/bash # Run the Spline Webhook Server echo "Starting 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 super-simple-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