Skip to main content
Glama

Google Drive MCP Server

by andresfrei
.env.example472 B
# Environment variables # Puerto del servidor MCP (default: 3000) PORT=3000 # Host de escucha (default: 0.0.0.0 para Docker) HOST=0.0.0.0 # API Key para validar clientes MCP MCP_API_KEY=your-secret-api-key-here-min-32-chars # Log level LOG_LEVEL=info # ID de la carpeta de prueba TEST_FOLDER_ID= # Ruta del archivo de configuración de drives DRIVES_CONFIG_PATH=./drives-config.json # Para docker-compose: puerto externo MCP_DRIVE_PORT=3000 MCP_DRIVE_HOST=localhost

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/andresfrei/mcp-drive'

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