baywheels mcp for Gemini CLI
io.github.mrfentmen/baywheels-mcp
Bay Wheels bike share stations in the San Francisco Bay Area. No key required.
client:Gemini CLI
transport:stdio
runtime:npm
Install baywheels mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"baywheels-mcp": {
"command": "npx",
"args": [
"-y",
"baywheels-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs