Skip to content
VS Code

mcp-trust for VS Code

io.github.saagpatel/mcp-trust

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

client:VS Code transport:stdio runtime:pypi

Install mcp-trust in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-trust": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-trust"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp-trust in other clients