Skip to content
VS Code

baywheels mcp for VS Code

io.github.mrfentmen/baywheels-mcp

Bay Wheels bike share stations in the San Francisco Bay Area. No key required.

client:VS Code transport:stdio runtime:npm

Install baywheels mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "baywheels-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "baywheels-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

baywheels mcp in other clients