Skip to content
VS Code

Kloakt for VS Code

io.github.kultmember6banger/kloakt

Cloaked headless browser for AI agents — stealth TLS, smart extraction, SPA fallback

client:VS Code transport:stdio runtime:pypi

Install Kloakt in VS Code

.vscode/mcp.json

{
  "servers": {
    "kloakt": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "kloakt"
      ]
    }
  }
}

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

Kloakt in other clients