#!/bin/bash
# Verificar variables de entorno
./check-env.sh
if [[ $? -ne 0 ]]; then
exit 1
fi
# Crear directorio de logs si no existe
mkdir -p logs
# Establecer variables de entorno para SSE
export RELOAD=true
# Iniciar el servidor
python src/main.py
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/pgallar/iol-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server