Skip to content
VS Code

Web Browser (kogiQA) for VS Code

com.atagon/kogiqa-mcp

This web browser has been designed to help your agent debug and develop complex web applications.

client:VS Code transport:stdio runtime:npm

Install Web Browser (kogiQA) in VS Code

.vscode/mcp.json

{
  "servers": {
    "kogiqa-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kogiqa-mcp"
      ]
    }
  }
}

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

Web Browser (kogiQA) in other clients