Skip to main content
Glama

Model Context Protocol Server

config.py268 B
import os from dotenv import load_dotenv # Bu aşamada sadece .env dosyasını yüklemeye hazırlık yapıyoruz. # OpenAI anahtarı bir sonraki derste eklenecek. load_dotenv() # Örnek bir konfigürasyon değişkeni APP_TITLE = os.getenv("APP_TITLE", "MCP Sunucusu")

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/BilgisayarKavramlari/MCP-Server'

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