Skip to content
VS Code

conkurrence for VS Code

io.github.alligatorc0der/conkurrence

Measure whether your AI agrees with itself using statistical consensus metrics.

client:VS Code transport:stdio runtime:npm

Install conkurrence in VS Code

.vscode/mcp.json

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

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

conkurrence in other clients