Skip to content
VS Code

evidence gate for VS Code

io.github.dailyaiagents/evidence-gate

Local checks for artifacts, declared claim evidence, and citation containment.

client:VS Code transport:stdio runtime:pypi

Install evidence gate in VS Code

.vscode/mcp.json

{
  "servers": {
    "evidence-gate": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dailyaiagents-evidence-gate"
      ]
    }
  }
}

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

evidence gate in other clients