We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TBosak/specbridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Example authentication configuration
# API Key authentication (X-API-Key header)
PETSTORE_API_KEY=your_petstore_api_key_here
# Bearer token authentication
GITHUB_TOKEN=ghp_your_github_personal_access_token
OPENAI_API_KEY=sk-your_openai_api_key
# Basic authentication (username + password)
MYAPI_USERNAME=your_username
MYAPI_PASSWORD=your_password
# Custom bearer token
STRIPE_BEARER_TOKEN=sk_test_your_stripe_secret_key