Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port to run the server on when using SSE transport. | |
| MCP_TRANSPORT | No | The transport protocol to use (e.g., 'sse'). Defaults to stdio if not specified. | |
| GSHEETS_OAUTH_JSON | No | Your OAuth client JSON (plain or base64-encoded). Required if the file dist/gcp-oauth.keys.json is not present. | |
| GSHEETS_CREDENTIALS_JSON | No | A pre-authorized credentials JSON (plain or base64-encoded). Use this to avoid interactive auth on hosted environments. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |