We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/marias1lva/mcp-graphql-generator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# ===========================================
# MCP GraphQL Query Generator - Configuração
# ===========================================
# URL da API GraphQL (obrigatório)
# NEXT_PUBLIC_GRAPHQL_API=https://your-api.example.com/graphql
# GRAPHQL_API_URL=https://your-api.example.com/graphql
# ID da Organização (se necessário)
ORGANIZATION_ID_PLACEHOLDER=1b8215fc-c67c-4b10-a633-9e60953317dc
# ===========================================
# AUTENTICAÇÃO KEYCLOAK (recomendado)
# ===========================================
# KEYCLOAK_CLIENT_ID=your_client_id
# KEYCLOAK_CLIENT_SECRET=your_client_secret
# KEYCLOAK_URL=https://your-keycloak.example.com/auth
# KEYCLOAK_REALM=your-realm
# ===========================================
# AUTENTICAÇÃO ALTERNATIVA (opcional)
# ===========================================
# Opção 1: Token Bearer direto
# API_TOKEN=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
# Opção 2: API Key simples
# API_KEY=sua_api_key_aqui
# API_SECRET=seu_secret_aqui
# ===========================================
# CONFIGURAÇÕES DO SERVIDOR MCP
# ===========================================
PORT=3001
# ===========================================
# OUTRAS CONFIGURAÇÕES
# ===========================================
NEXTAUTH_URL=http://localhost:3000/
# NEXTAUTH_SECRET=your_super_secret_key
# NEXT_PUBLIC_GOOGLE_JS_API_KEY=your_google_api_key
# GOOGLE_API_KEY=your_google_api_key
# GOOGLE_API_STATIC_SECRET_KEY=your_google_secret_key
# WORKER_API_URL=https://your-workers.example.com/