We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thekaranpargaie/database-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•601 B
# LLM Configuration
# Using Groq API with openai/gpt-oss-20b model
LLM_API_URL=https://api.groq.com/openai/v1
LLM_API_KEY=your_groq_api_key_here
LLM_MODEL=openai/gpt-oss-20b
# Alternative Groq models:
# LLM_MODEL=mixtral-8x7b-32768
# LLM_MODEL=llama-3.1-70b-versatile
# Server Configuration
PORT=3000
NODE_ENV=development
# Security
# Generate a 32-character random string for production
ENCRYPTION_KEY=change-this-to-a-secure-random-key-in-production
# Database Connections (Examples)
# These can be stored encrypted at runtime
# DB_CONNECTION_STRING=postgresql://user:pass@localhost:5432/dbname