Skip to content
VS Code

Tool-Guardian-Proxy for VS Code

io.github.evozim/tool-guardian

Safety execution proxy protecting clients during tool calls.

client:VS Code transport:sse

Install Tool-Guardian-Proxy in VS Code

.vscode/mcp.json

{
  "servers": {
    "tool-guardian": {
      "type": "sse",
      "url": "https://tool-guardian-mcp.vercel.app/api/mcp"
    }
  }
}

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

Tool-Guardian-Proxy in other clients