We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jmanhype/mcp-flux-studio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Flux API Configuration
BFL_API_KEY=your_flux_api_key_here
# Flux Installation Path
FLUX_PATH=/path/to/flux/installation
# Server Configuration
NODE_ENV=development
LOG_LEVEL=debug # debug, info, warn, error
# Optional: Custom Python Path
# PYTHON_PATH=/path/to/python/virtual/environment/bin/python
# Optional: Custom Port (if needed for development)
# PORT=3000