We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/professordnyc/qanat-goose-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Qanat Environment Variables Template
# Copy this file to .env and fill in your actual values
# -------------------------------
# Square OAuth Sandbox Configuration
# -------------------------------
SQUARE_CLIENT_ID_SANDBOX=your_sandbox_client_id_here
SQUARE_CLIENT_SECRET_SANDBOX=your_sandbox_client_secret_here
SQUARE_APP_ID_QANAT=your_qanat_application_id_here
SQUARE_ENVIRONMENT=sandbox
# -------------------------------
# ElevenLabs Voice Integration
# -------------------------------
ELEVENLABS_API_KEY=your_elevenlabs_api_key_here
ELEVENLABS_VOICE_ID=pNInz6obpgDQGcFmaJgB
# -------------------------------
# MediaPipe Gesture Configuration
# -------------------------------
MEDIAPIPE_MODEL_PATH=./models/
MEDIAPIPE_CONFIDENCE_THRESHOLD=0.7
# -------------------------------
# MCP Server Configuration
# -------------------------------
MCP_SERVER_HOST=localhost
MCP_SERVER_PORT=3001
MCP_SERVER_DEBUG=true
# -------------------------------
# Logging Configuration
# -------------------------------
LOG_LEVEL=INFO
LOG_FILE=logs/qanat.log