Skip to content
VS Code

Guardr for VS Code

io.guardr/guardr

Hosted MCP for website health monitoring. Tools: check_site, list_sites, get_site.

client:VS Code transport:streamable-http

Install Guardr in VS Code

.vscode/mcp.json

{
  "servers": {
    "guardr": {
      "type": "http",
      "url": "https://api.guardr.io/mcp"
    }
  }
}

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

Guardr in other clients