Skip to content
VS Code

QACAT for VS Code

io.github.dimawin22/qacat

Translation QA: automated checks, AI evaluation, linguistic review, and visual in-context testing.

client:VS Code transport:streamable-http

Install QACAT in VS Code

.vscode/mcp.json

{
  "servers": {
    "qacat": {
      "type": "http",
      "url": "https://qacat-mcp.qacat.workers.dev/mcp"
    }
  }
}

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

QACAT in other clients