We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/arjunprabhulal/mcp-flight-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""
Configuration settings for MCP Flight Search.
"""
import os
from dotenv import load_dotenv
# Load environment variables from .env file
load_dotenv()
# Load API Key
SERP_API_KEY = os.getenv("SERP_API_KEY")
# Default server settings
DEFAULT_PORT = 3001
DEFAULT_CONNECTION_TYPE = "http" # Alternative: "stdio"