wsdot mcp server for VS Code
io.github.cyanheads/wsdot-mcp-server
WA highway conditions, ferry schedules, vessel locations, toll rates, and border waits via MCP.
client:VS Code
transport:streamable-http
runtime:npm
tools:12
Install wsdot mcp server in VS Code
.vscode/mcp.json
{
"servers": {
"wsdot-mcp-server": {
"type": "http",
"url": "https://wsdot.caseyjhand.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs