Skip to main content
Glama

MCP HTTP TAVILY DATE OAUTH

by growley
README.RAILWAY.md1.82 kB
# 🚀 Despliegue en Railway Este proyecto está configurado para desplegarse automáticamente en Railway. ## 📋 Configuración Inicial ### 1. Variables de Entorno Requeridas Configura estas variables en el dashboard de Railway: ```bash # Configuración de la aplicación ENVIRONMENT=production JWT_SECRET_KEY=tu-clave-secreta-super-segura-para-produccion # Google OAuth2 GOOGLE_CLIENT_ID=tu-google-client-id GOOGLE_CLIENT_SECRET=tu-google-client-secret # GitHub OAuth2 GITHUB_CLIENT_ID=tu-github-client-id GITHUB_CLIENT_SECRET=tu-github-client-secret # Tavily API TAVILY_API_KEY=tu-tavily-api-key ``` ### 2. Configurar OAuth2 Redirects Actualiza las URLs de redirect en tus aplicaciones OAuth2: **Google Console:** - `https://tu-app.railway.app/auth/callback/google` **GitHub:** - `https://tu-app.railway.app/auth/callback/github` ## 🔧 Comandos de Despliegue ```bash # 1. Subir código a GitHub git add . git commit -m "Preparado para Railway" git push # 2. Conectar con Railway # - Ir a railway.app # - Conectar repositorio GitHub # - Railway detectará automáticamente Python # - Configurar variables de entorno # - ¡Desplegar! ``` ## 🌐 URLs de Producción Una vez desplegado: - **API**: `https://tu-app.railway.app` - **Documentación**: `https://tu-app.railway.app/docs` - **Login**: `https://tu-app.railway.app/login` - **Test Page**: `https://tu-app.railway.app/test-page` ## 🔒 Seguridad - ✅ HTTPS automático - ✅ Cookies seguras en producción - ✅ CORS configurado - ✅ Validación de tokens JWT ## 📊 Monitoreo Railway proporciona: - Logs en tiempo real - Métricas de rendimiento - Alertas de errores - Escalado automático ## 🔄 Actualizaciones Para actualizar la aplicación: ```bash git push # Railway detectará cambios y redesplegará automáticamente ```

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/growley/MCP_TAVILI_DATE_OAUT'

If you have feedback or need assistance with the MCP directory API, please join our Discord server