Gmail Inbox Triage MCP
by ylanovyi
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COOKIE_SECURE | No | Set to 'true' to mark cookies Secure. Required for HTTPS deployments such as Vercel. | |
| DATABASE_PATH | No | Filesystem path to the SQLite database. For Render, keep /app/data/app.db with the attached disk. | |
| ADMIN_PASSWORD | Yes | Password for the FastAPI admin panel at /. | |
| MCP_ISSUER_URL | No | OAuth issuer URL. Only set when it differs from PUBLIC_BASE_URL; defaults to PUBLIC_BASE_URL. | |
| PUBLIC_BASE_URL | No | Deployed 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_TOKEN | Yes | Long random static bearer token used to authenticate to the /mcp endpoint for direct MCP clients. | |
| MCP_RESOURCE_URL | No | MCP resource URL. Only set when it differs from PUBLIC_BASE_URL/mcp; defaults to PUBLIC_BASE_URL/mcp. | |
| MCP_ALLOWED_HOSTS | No | Allowed hostname for Vercel deployment (e.g., your-project.vercel.app). Required when deploying on Vercel. | |
| ADMIN_SESSION_SECRET | Yes | Secret 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
| 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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues