Cardog for Zed
app.cardog/mcp
VIN decode, Canadian listings, market quotes, TC+NHTSA recalls. Full API: https://cardog.app/docs.md
client:Zed
transport:streamable-http
Install Cardog in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"url": "https://mcp.cardog.io/mcp?api_key={api_key}"
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs