#!/bin/bash
# Entrypoint script to handle different configuration modes for UCL server
if [ "$CONFIG_MODE" = "extended" ]; then
echo "Starting UCL server with extended configuration (tenant_id and auth_token)"
exec uv run fastn-server.py \
--api_key "$API_KEY" \
--space_id "$SPACE_ID" \
--tenant_id "$TENANT_ID" \
--auth_token "$AUTH_TOKEN"
else
echo "Starting UCL server with basic configuration (api_key and space_id)"
exec uv run fastn-server.py \
--api_key "$API_KEY" \
--space_id "$SPACE_ID"
fi
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/fastnai/mcp-fastn'
If you have feedback or need assistance with the MCP directory API, please join our Discord server