Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_HOST | No | Host for WebSocket/SSE transport | |
MCP_PORT | No | Port for WebSocket/SSE transport | |
MCP_TRANSPORT_MODE | No | Server transport mode (stdio, ws, sse) | |
GOOGLE_OAUTH_CREDENTIALS | No | Path to OAuth credentials | |
GOOGLE_APPLICATION_CREDENTIALS | No | Path to service account credentials |
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 |
---|---|
drive_search_files | Search for files in Google Drive |
drive_create_folder | Create a new folder in Google Drive |
docs_create | Create a new Google Doc |
docs_get_content | Get the contents of a Google Doc |
docs_update_content | Update the content of a Google Doc |
sheets_create | Create a new Google Sheet |
sheets_get_values | Get values from a Google Sheet range |
sheets_update_values | Update values in a Google Sheet range |