google-tasks-mcp
by ebmurha
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_PATH | No | Path to the SQLite database file for storing OAuth tokens and bearer token hashes. | ./google-tasks.db |
| BIND_HOST | No | Host address to bind the HTTP server. | 127.0.0.1 |
| BIND_PORT | No | Port to bind the HTTP server. | 8787 |
| GOOGLE_CLIENT_ID | No | OAuth 2.0 Client ID for Google Cloud. Required if not using GOOGLE_OAUTH_KEYS_PATH. | |
| MCP_BEARER_TOKEN | No | Bearer token for HTTP mode authentication. Generate via secrets.token_urlsafe(48). Not needed for stdio mode. | |
| MCP_OAUTH_ISSUER | No | Optional. Base URL of the server for OAuth 2.0 gateway mode (e.g., https://your-domain.example). | |
| GOOGLE_REDIRECT_URI | No | Redirect 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_ID | No | Optional. OAuth 2.0 Client ID for MCP OAuth gateway mode. | |
| GOOGLE_CLIENT_SECRET | No | OAuth 2.0 Client Secret for Google Cloud. Required if not using GOOGLE_OAUTH_KEYS_PATH. | |
| GOOGLE_OAUTH_KEYS_PATH | No | Path to a downloaded OAuth client JSON file (Desktop app type) as an alternative to GOOGLE_CLIENT_ID/SECRET. | |
| MCP_OAUTH_CLIENT_SECRET | No | Optional. OAuth 2.0 Client Secret for MCP OAuth gateway mode. | |
| MCP_OAUTH_REDIRECT_URIS | No | Optional. Comma-separated list of redirect URIs for MCP OAuth gateway mode. | |
| MCP_OAUTH_SIGNING_SECRET | No | Optional. Signing secret for MCP OAuth gateway mode. |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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