Skip to content
VS Code

veridict for VS Code

io.github.xkumakichi/veridict

Know if you can trust your MCP server. Trust judgment for AI agents.

client:VS Code transport:stdio runtime:npm

Install veridict in VS Code

.vscode/mcp.json

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

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

veridict in other clients