We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deepset-ai/hayhooks'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•573 B
# Hayhooks Host
HAYHOOKS_HOST="localhost"
# Hayhooks Port
HAYHOOKS_PORT=1416
# Root path
HAYHOOKS_ROOT_PATH=""
# Path to the directory containing the pipelines
HAYHOOKS_PIPELINES_DIR="pipelines"
# Additional Python path to be added to the Python path
HAYHOOKS_ADDITIONAL_PYTHON_PATH=""
# Disable SSL verification when making requests from the CLI
# Set it to true or 1 to disable SSL verification
HAYHOOKS_DISABLE_SSL=false
# Show tracebacks on errors during pipeline execution and deployment
# Set it to true or 1 to show tracebacks
HAYHOOKS_SHOW_TRACEBACKS=false