Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_PATHNoPath to the SQLite database file for storing OAuth tokens and bearer token hashes../google-tasks.db
BIND_HOSTNoHost address to bind the HTTP server.127.0.0.1
BIND_PORTNoPort to bind the HTTP server.8787
GOOGLE_CLIENT_IDNoOAuth 2.0 Client ID for Google Cloud. Required if not using GOOGLE_OAUTH_KEYS_PATH.
MCP_BEARER_TOKENNoBearer token for HTTP mode authentication. Generate via secrets.token_urlsafe(48). Not needed for stdio mode.
MCP_OAUTH_ISSUERNoOptional. Base URL of the server for OAuth 2.0 gateway mode (e.g., https://your-domain.example).
GOOGLE_REDIRECT_URINoRedirect URI for OAuth callback. Required if using GOOGLE_CLIENT_ID/SECRET. Typically http://127.0.0.1:8787/callback for local HTTP.
MCP_OAUTH_CLIENT_IDNoOptional. OAuth 2.0 Client ID for MCP OAuth gateway mode.
GOOGLE_CLIENT_SECRETNoOAuth 2.0 Client Secret for Google Cloud. Required if not using GOOGLE_OAUTH_KEYS_PATH.
GOOGLE_OAUTH_KEYS_PATHNoPath to a downloaded OAuth client JSON file (Desktop app type) as an alternative to GOOGLE_CLIENT_ID/SECRET.
MCP_OAUTH_CLIENT_SECRETNoOptional. OAuth 2.0 Client Secret for MCP OAuth gateway mode.
MCP_OAUTH_REDIRECT_URISNoOptional. Comma-separated list of redirect URIs for MCP OAuth gateway mode.
MCP_OAUTH_SIGNING_SECRETNoOptional. Signing secret for MCP OAuth gateway mode.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/ebmurha/google-tasks-mcp'

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