Skip to main content
Glama

Synesthetic MCP

by delk73
integration.sh339 B
#!/bin/bash set -euo pipefail # Ensure schemas are checked out git submodule update --init --recursive # Optional backend preflight if [ -n "${SYN_BACKEND_URL:-}" ]; then echo "Checking backend: $SYN_BACKEND_URL/health" curl -sf --max-time 3 "$SYN_BACKEND_URL/health" || { echo "Backend not reachable"; exit 1; } fi ./test.sh

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/delk73/synesthetic-mcp'

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