# Metro MCP Environment Variables
# Copy this file to .env and fill in your actual values
# WMATA API Key (get from https://developer.wmata.com/)
WMATA_API_KEY=your-wmata-api-key-here
# GitHub OAuth App credentials (create at https://github.com/settings/developers)
GITHUB_CLIENT_ID=your-github-oauth-app-client-id
GITHUB_CLIENT_SECRET=your-github-oauth-app-client-secret
# JWT Secret (generate with: openssl rand -hex 32)
JWT_SECRET=generate-with-openssl-rand-hex-32
# OAuth Redirect URI (should match your deployed worker URL)
OAUTH_REDIRECT_URI=https://your-worker-name.your-domain.com/callback
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/nathanielnoyd/metro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server