We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/piedraprog/mcp_rifaexpress'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•290 B
# Environment variables for MCP RifaExpress Backend
# Copy this to .env and fill with your values
# PostgreSQL Connection
DB_HOST=localhost
DB_PORT=5432
DB_NAME=rifaexpress
DB_USER=postgres
DB_PASSWORD=your_password_here
# API REST (opcional)
API_URL=http://localhost:3000/api
API_TOKEN=