Vancam for Zed
io.github.shughestr/vancam-mcp
Search 1M+ live traffic cameras worldwide by bounds, radius, route, or nearest point.
client:Zed
transport:stdio
runtime:pypi
Install Vancam in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"vancam-mcp": {
"command": "uvx",
"args": [
"vancam-mcp"
],
"env": {
"VANCAM_API_KEY": "<VANCAM_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs