We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maestro-org/maestro-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•247 B
# MCP Server Environment Variables
# Copy this file to .env and fill in the values
# Server configuration
PORT=3000
LOG_LEVEL=info
# API Authentication
API_KEY_API_KEY=your_api_key_here
# Add any other environment variables your API might need