Skip to main content
Glama

Script Generator MCP Server

config.py524 B
import os from dotenv import load_dotenv # Load environment variables from a .env file load_dotenv() # Access environment variables and store them in variables DEBUG = os.getenv("DEBUG", "False").lower() in ("true", "1", "t") HOST = os.getenv("HOST", "localhost") PORT = int(os.getenv("PORT", 5004)) OPENAI_API_KEY = os.getenv("OPENAI_API_KEY") TAVILY_API_KEY = os.getenv("TAVILY_API_KEY") # Add more variables as needed # EXAMPLE_VAR = os.getenv('EXAMPLE_VAR') # You can now use these variables throughout your project

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/Pratik-Kumar-Cse/script-generation-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server