We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nickweedon/mcp_server_template'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•416 B
# Skeleton MCP Server Configuration
# Copy this file to .env and fill in your values
# API Authentication
# Your API key for the backend service
API_KEY=your-api-key-here
# API Configuration
# Base URL for the backend API (without trailing slash)
API_BASE_URL=https://api.example.com/v1
# Request timeout in seconds
API_TIMEOUT=30
# Debug mode (true/false)
# Enables verbose logging when set to true
DEBUG=false