Skip to content
VS Code

TrustFetch for VS Code

io.github.vohlsyr/trustfetch

Prompt-injection scanning and safe webpage fetching for AI agents reading untrusted content.

client:VS Code transport:streamable-http

Install TrustFetch in VS Code

.vscode/mcp.json

{
  "servers": {
    "trustfetch": {
      "type": "http",
      "url": "https://trustfetch.duckdns.org/mcp/"
    }
  }
}

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

TrustFetch in other clients