Skip to main content
Glama
ylanovyi

Gmail Inbox Triage MCP

by ylanovyi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COOKIE_SECURENoSet to 'true' to mark cookies Secure. Required for HTTPS deployments such as Vercel.
DATABASE_PATHNoFilesystem path to the SQLite database. For Render, keep /app/data/app.db with the attached disk.
ADMIN_PASSWORDYesPassword for the FastAPI admin panel at /.
MCP_ISSUER_URLNoOAuth issuer URL. Only set when it differs from PUBLIC_BASE_URL; defaults to PUBLIC_BASE_URL.
PUBLIC_BASE_URLNoDeployed HTTPS origin (e.g., https://gmail-triage-mcp.onrender.com) used for the OAuth consent page and link generation. Required for ChatGPT custom connector OAuth flow.
MCP_BEARER_TOKENYesLong random static bearer token used to authenticate to the /mcp endpoint for direct MCP clients.
MCP_RESOURCE_URLNoMCP resource URL. Only set when it differs from PUBLIC_BASE_URL/mcp; defaults to PUBLIC_BASE_URL/mcp.
MCP_ALLOWED_HOSTSNoAllowed hostname for Vercel deployment (e.g., your-project.vercel.app). Required when deploying on Vercel.
ADMIN_SESSION_SECRETYesSecret used to sign admin session cookies. Set to a long random value.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

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