Skip to content
VS Code

Quorel for VS Code

io.github.var-raphael/quorel

Turn any public website into a clean, versioned, queryable API — with native MCP support.

client:VS Code transport:sse

Install Quorel in VS Code

.vscode/mcp.json

{
  "servers": {
    "quorel": {
      "type": "sse",
      "url": "https://quorel.onrender.com/mcp/sse"
    }
  }
}

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

Quorel in other clients