Skip to main content
Glama

Metro MCP

wrangler.toml.example558 B
name = "metro-mcp" main = "src/index.ts" compatibility_date = "2024-12-18" workers_dev = false # Production environment configuration [env.production] name = "metro-mcp" # Environment variables [vars] # Replace these with your actual values: WMATA_API_KEY = "your-wmata-api-key-here" 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" OAUTH_REDIRECT_URI = "https://your-domain.com/callback" # Production settings [build] command = "npx tsc"

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