We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SUSHRUTH3002/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Environment Variables for Trip Planner PoC
# Google Gemini API Key (required for chatbot functionality)
# Get from: https://makersuite.google.com/app/apikey
GOOGLE_API_KEY=your_google_gemini_api_key_here
# OpenWeather API Key (required for real-time weather data in trip recommendations)
# Get from: https://openweathermap.org/api (Free tier: 1,000 calls/day)
OPENWEATHER_API_KEY=your_openweather_api_key_here
# Database Configuration (using default Docker setup)
# Uncomment and modify if using custom database configurations
# POSTGRES_HOST=localhost
# POSTGRES_PORT=5432
# POSTGRES_DB=tripdb
# POSTGRES_USER=postgres
# POSTGRES_PASSWORD=postgres
# NEO4J_URI=bolt://localhost:7687
# NEO4J_USER=neo4j
# NEO4J_PASSWORD=password123