#!/bin/sh
echo "Starting server"
# Load environment variables from .env file if it exists
if [ -f /app/config/.env ]; then
echo "Loading environment variables from /app/config/.env"
export $(cat /app/config/.env | xargs)
fi
# Run Python with unbuffered output
PYTHONUNBUFFERED=1 python -c "import asyncio; from mcp_pinot.server import main; asyncio.run(main())"
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/startreedata/mcp-pinot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server