Skip to content
VS Code

shield for VS Code

io.github.bolyra/shield

Stdio MCP auth proxy: wrap any MCP server with per-tool permission enforcement.

client:VS Code transport:stdio runtime:npm

Install shield in VS Code

.vscode/mcp.json

{
  "servers": {
    "shield": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bolyra/shield"
      ]
    }
  }
}

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

shield in other clients