Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JWT_SECRETYesA long random string used to sign and verify JWT tokens, at least 32 characters, generated via crypto.randomBytes(32).toString('hex')
SPREADSHEET_IDYesThe ID of the Google Sheet from its URL
GOOGLE_CLIENT_IDYesGoogle OAuth client ID from Google Cloud Console
GOOGLE_REDIRECT_URIYesOAuth redirect URI, must match Google Cloud Console and Vercel deployment URL, e.g., https://YOUR-VERCEL-APP.vercel.app/oauth/google/callback
GOOGLE_CLIENT_SECRETYesGoogle OAuth client secret from Google Cloud Console

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
append_rowB

Append a row to a Google Sheet

read_sheetC

Read data from a Google Sheet

update_cellB

Update a specific cell in a Google Sheet

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/prafulstha98/google-sheets-mcp'

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