Skip to content
Cursor

OpenWorkProof for Cursor

io.github.dengyier/openworkproof

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

client:Cursor transport:stdio runtime:pypi

Install OpenWorkProof in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

OpenWorkProof in other clients