Skip to content
Zed

mcp-trust for Zed

io.github.saagpatel/mcp-trust

Check the danger grade of any public MCP server before you connect.

client:Zed transport:stdio runtime:pypi

Install mcp-trust in Zed

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

{
  "context_servers": {
    "mcp-trust": {
      "command": "uvx",
      "args": [
        "mcp-trust"
      ]
    }
  }
}

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

mcp-trust in other clients