Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Nivel de logging (debug, info, warn, error) | info |
| MCP_API_KEY | No | API key para autenticación de requests MCP (opcional) | |
| DRIVES_CONFIG_PATH | No | Ruta personalizada del archivo de configuración | ./drives-config.json |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_drives | List all configured Google Drive accounts |
| add_drive | Add a new Google Drive account to the configuration |
| remove_drive | Remove a Google Drive account from the configuration |
| list_files | List files from Google Drive with optional filters (driveId, folderId, modifiedAfter/Before, mimeType) |
| get_file_content | Get content from a Google Drive file (Docs, Sheets, TXT, MD) |
| search_files | Search files by name in a Google Drive |