Skip to content
VS Code

verifyfirst for VS Code

io.github.simulacra/verifyfirst

Look up what your verification method cannot see: 48 failures that report success.

client:VS Code transport:stdio runtime:pypi

Install verifyfirst in VS Code

.vscode/mcp.json

{
  "servers": {
    "verifyfirst": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "verifyfirst-mcp"
      ]
    }
  }
}

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

verifyfirst in other clients