Mbta for VS Code
io.github.pipeworx-io/mbta
MBTA MCP — Boston real-time transit via the MBTA v3 API (api-v3.mbta.com)
client:VS Code
transport:streamable-http
Install Mbta in VS Code
.vscode/mcp.json
{
"servers": {
"mbta": {
"type": "http",
"url": "https://gateway.pipeworx.io/mbta/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs