#!/usr/bin/env bash
set -euo pipefail
# Helper script that builds the image and starts the 'serve' service without tailing logs.
SERVICE=serve
echo "π Building image for '$SERVICE'..."
docker compose build "$SERVICE"
echo "π Starting '$SERVICE' (detached)..."
docker compose up -d "$SERVICE"
echo "β MCP is running in background. Use 'docker compose logs -f serve' to tail logs."
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