Skip to content
Zed

carvector mcp for Zed

io.github.carvectorio/carvector-mcp

Vehicle specs, federal recalls, complaints, TSBs, investigations and OBD-II DTC data for AI agents.

client:Zed transport:stdio runtime:npm

Install carvector mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "carvector-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "carvector-mcp"
      ],
      "env": {
        "CARVECTOR_API_KEY": "<CARVECTOR_API_KEY>"
      }
    }
  }
}

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

carvector mcp in other clients