We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alayonyo/mcp-resume'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•440 B
# Environment Variables Template
# Copy this file to .env.local and fill in your actual values
# Claude AI API Key (required)
# Get your API key from: https://console.anthropic.com/
ANTHROPIC_API_KEY=your_claude_api_key_here
# Node Environment (development, production, test)
NODE_ENV=development
# Server Configuration
PORT=3000
HOST=localhost
# Optional: Disable TLS verification for local development
# NODE_TLS_REJECT_UNAUTHORIZED=0