We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alvinjchoi/gtasks-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
docker-build.sh•318 B
#!/bin/bash
# Build the Docker image
docker build -t gtasks-mcp .
# Run the container
echo "To run the container with your Google API credentials, use:"
echo "docker run -p 3000:3000 -e GOOGLE_CLIENT_ID=your_client_id -e GOOGLE_CLIENT_SECRET=your_client_secret -e GOOGLE_REFRESH_TOKEN=your_refresh_token gtasks-mcp"