Skip to content
Zed

trustlists for Zed

io.github.trustlists/mcp

Find public vendor trust centers, browse listed frameworks, and map project dependencies.

client:Zed transport:stdio runtime:npm

Install trustlists in Zed

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

{
  "context_servers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@trustlists/mcp"
      ]
    }
  }
}

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

trustlists in other clients