We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VaishnaviJagan/mcp_sdk_petstore_api_4'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Example environment variables
# Copy this file to .env and fill in your values
# API Authentication
# Uncomment and fill based on your API's auth type
# For API Key in Header:
# API_KEY=your-api-key-here
# For Bearer Token:
# BEARER_TOKEN=your-bearer-token-here
# For Basic Auth:
# API_USERNAME=your-username
# API_PASSWORD=your-password
# Server Configuration (optional overrides)
# BASE_URL=https://api.example.com
# SERVER_NAME=my-mcp-server