Skip to main content
Glama

Weather MCP Server with GitHub OAuth & Location Management

by f
.env.example•842 B
# GitHub OAuth Configuration # Follow these steps to set up GitHub OAuth: # 1. Go to https://github.com/settings/developers # 2. Click "New OAuth App" # 3. Fill in the form: # - Application name: Weather MCP Server (or your preferred name) # - Homepage URL: http://localhost:3000 # - Authorization callback URL: http://localhost:3000/oauth/callback # 4. After creating the app, copy the Client ID and generate a Client Secret # 5. Replace the values below with your credentials GITHUB_CLIENT_ID=your_github_client_id_here GITHUB_CLIENT_SECRET=your_github_client_secret_here GITHUB_REDIRECT_URI=http://localhost:3000/oauth/callback # Server Configuration PORT=3000 # OpenAI Configuration (for the client example) OPENAI_API_KEY=your_openai_api_key_here # OpenWeather Configuration OPENWEATHER_API_KEY=your_openweather_api_key_here

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/f/komunite-mcp-bootcamp-weather-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server