Skip to main content
Glama
config.py368 B
import os from dotenv import load_dotenv load_dotenv() GH_TOKEN = os.getenv("GITHUB_TOKEN") # Constants HEADER = { "Authorization": f"Bearer {GH_TOKEN}", # use “token” scheme for PAT "User-Agent": ( "Mozilla/5.0 (Windows NT 10.0; Win64; x64) " "AppleWebKit/537.36 (KHTML, like Gecko) " "Chrome/58.0.3029.110 Safari/537.3" ) }

Latest Blog Posts

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/particlefuture/1mcpserver'

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