We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/streetquant/jules-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•498 B
# Jules API Configuration
# Get your API key from: https://jules.google.com/settings#api
JULES_API_KEY=your_api_key_here
# Optional: Custom API base URL
# JULES_API_BASE_URL=https://jules.googleapis.com
# Optional: Timeout for API requests in ms (default: 30000)
# JULES_API_TIMEOUT=30000
# Optional: Polling interval for wait operations in ms (default: 5000)
# JULES_POLL_INTERVAL=5000
# Optional: Maximum polling duration in ms (default: 600000 = 10 minutes)
# JULES_MAX_POLL_DURATION=600000