We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/schizoidcock/mcx'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# MCX Environment Variables Template
# Copy this file to .env and fill in your values:
# cp .env.template .env
# =============================================================================
# Built-in Adapters
# =============================================================================
# Supabase (if using @mcx/adapters supabase)
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_ANON_KEY=your-anon-key
SUPABASE_SERVICE_KEY=your-service-key
# GitHub (if using @mcx/adapters github)
GITHUB_TOKEN=ghp_your-token
# =============================================================================
# Your Custom Adapters
# =============================================================================
# Example: Add your API credentials here
# MY_API_URL=https://api.example.com
# MY_API_KEY=your-api-key
# MY_API_SECRET=your-api-secret