Skip to content
Gemini CLI

SF Muni Real-Time Transit for Gemini CLI

io.github.srivastsh/muni-mcp

Real-time SF Muni departures, routes, alerts, vehicle positions, and schedules.

client:Gemini CLI transport:streamable-http

Install SF Muni Real-Time Transit in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "muni-mcp": {
      "httpUrl": "https://muni-mcp.srivastsh.workers.dev/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

SF Muni Real-Time Transit in other clients