Skip to content
VS Code

OpenWorkProof for VS Code

io.github.dengyier/openworkproof

Verifiable execution for AI agents: Ed25519-signed work contracts and audit trails.

client:VS Code transport:stdio runtime:pypi

Install OpenWorkProof in VS Code

.vscode/mcp.json

{
  "servers": {
    "openworkproof": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "openworkproof"
      ]
    }
  }
}

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

OpenWorkProof in other clients