Skip to content
Zed

vin decoder mcp for Zed

io.github.mrfentmen/vin-decoder-mcp

Decode a vehicle identification number into make, model, and year. No key required.

client:Zed transport:stdio runtime:npm

Install vin decoder mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "vin-decoder-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vin-decoder-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

vin decoder mcp in other clients