Skip to content
VS Code

AskLoop for VS Code

app.askloop/askloop

Create and run surveys by chatting. Respondents just open a link — no AI, no account.

client:VS Code transport:streamable-http

Install AskLoop in VS Code

.vscode/mcp.json

{
  "servers": {
    "askloop": {
      "type": "http",
      "url": "https://api.askloop.app/mcp"
    }
  }
}

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

AskLoop in other clients