Skip to content
VS Code

DocGuard for VS Code

io.github.raccioly/docguard

Deterministic doc-drift detection: guard, score, explain, verify-claims and diagnose MCP tools.

client:VS Code transport:stdio runtime:npm

Install DocGuard in VS Code

.vscode/mcp.json

{
  "servers": {
    "docguard": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "docguard-cli"
      ]
    }
  }
}

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

DocGuard in other clients