We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adamgrzybowski/google-task-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•385 B
# Google OAuth credentials (required)
GOOGLE_CLIENT_ID=your_client_id_here
GOOGLE_CLIENT_SECRET=your_client_secret_here
GOOGLE_REFRESH_TOKEN=your_refresh_token_here
# HTTP Server configuration (optional)
PORT=20187
HOST=0.0.0.0
# OAuth for HTTP server (required for ChatGPT integration)
# Set this to your server's public URL to enable OAuth
OAUTH_SERVER_URL=https://your-server.com