mcpbeat Sign in

OpenWorkProof MCP Server

local only

OpenWorkProof runs on your own machine — the client starts it, so there is no endpoint to ping. 508 installs a week from pypi. Last commit 30 Aug 2026.

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

Installs per day peak 680 · avg 88 · +279% w/w
a month agotoday
508
Installs / week
pypi · openworkproof
96
Stars
1 open issues
30 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 14 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/openworkproof/repo_pipeline/sources.py:76, src/openworkproof/repo_tools.py:2429, supply-chain/images/execution/run_tests_runner.py:926 и ещё 9
        subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add OpenWorkProof -- uvx openworkproof
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "OpenWorkProof": {
      "args": [
        "openworkproof"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.OpenWorkProof]
command = "uvx"
args = ["openworkproof"]
.cursor/mcp.json
{
  "mcpServers": {
    "OpenWorkProof": {
      "args": [
        "openworkproof"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "OpenWorkProof": {
      "args": [
        "openworkproof"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to OpenWorkProof

same job, measured the same way
Ergonia Works
by ergonia

Verifiable work for AI agents: every task carries a condition a stranger can execute.

6 tools answering
ai-audit-trail
by sundsoffice-tech

Tamper-evident audit trails for AI agents — Ed25519-signed, hash-chained, EU AI Act ready.

153 installs/wk local only
Conduit
by bkauto3

Headless browser with SHA-256 audit trails and Ed25519-signed proof bundles for AI agents.

51 installs/wk local only
ActionProof
by burakfenerci5

Tamper-proof audit trail for AI agents. Signed receipts, offline-verifiable, zero backend.

111 installs/wk local only
Agent Receipts
by webaesbyamin

Ed25519-signed receipts for every AI agent action. Local-first, verifiable, no server required.

80 installs/wk local only
Trace Forge
by mdfifty50-boop

Structured execution trace and span logging for AI agents

49 installs/wk local only
Audit Trail
by piqrypt

Cryptographic audit trail for AI agents. Sign, verify, export. GDPR/HIPAA/EU AI Act.

87 installs/wk local only
Kasbah MCP
by al-adnane

Governance layer for agentic AI — signed, verifiable receipts for every agent action.

70 installs/wk local only

OpenWorkProof — questions

Answers built from our own checks of this server.

Why is there no uptime for OpenWorkProof?
OpenWorkProof runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package openworkproof was installed 508 times last week.
How do I connect OpenWorkProof?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls openworkproof straight from pypi; nothing to host, nothing to sign up for.
How many people use OpenWorkProof?
The pypi package openworkproof was installed 508 times in the last week. Week over week that is +279%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OpenWorkProof open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 96 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.