gibwork-mcp-proof-bridge
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gibwork-mcp-proof-bridgerun the verification policy for task 42 and submit the proof if it passes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
gibwork-mcp-proof-bridge
MCP addon that brings verifiable proof-of-work to Gibwork agents.
Exposes structured proof bundles, verification policies, and high-trust submissions as first-class agent capabilities.
Pairs with:
Official
@gibwork/mcp
Quick Start
git clone https://github.com/mrphatom/gibwork-mcp-proof-bridge.git
cd gibwork-mcp-proof-bridge
npm install && npm run build
npx tsx src/cli.ts doctor
npx tsx src/cli.ts doctor --json
npx tsx src/cli.ts tools
npx tsx src/cli.ts skill
# Proxy to a local proof-runner
npx tsx src/cli.ts exec -- run --task <id> --dry-runRelated MCP server: Proofpane
Commands
Command | Purpose |
| Locate proof-runner ( |
| Emit MCP tool descriptors (JSON) |
| Emit Claude Code / Codex skill fragment |
| Proxy args to a local gibwork-proof-runner |
Recommended MCP tools
proof_run— execute verification policyproof_inspect— inspect proof bundleproof_submit— submit successful proofpolicy_list— list policies
Integration
Agent → official MCP + proof-bridge → proof-runner → structured proof → Gibwork
Optional: gateway in front for policy + budgets + auditAdditive only — no hard renovation of existing Gibwork MCP required.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Give AI agents identity, permissions, and reusable proof through one MCP.
Tamper-evident proof creation and verification for AI agents via MCP, A2A, and REST.
Zero-trust gateway for AI agents: score tool calls, verify agent cards, enforce policy, audit.
One MCP tool for verified AI-agent outcomes with success-only charging.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables delegation of work to AI agents with cryptographic verification and token-based settlement via 41 MCP tools.8MIT
- AlicenseBqualityAmaintenanceA governance proxy for AI tools — every MCP/agent tool call is policy-gated, secret-redacted, and written to a hash-chained, offline-verifiable audit trail.13MIT
- AlicenseNot gradedqualityBmaintenanceMCP server enabling AI coding agents to seal work into cryptographically signed ProofPackets and verify them, catching forged completion claims and enforcing spec-bound acceptance criteria.MIT
- FlicenseCqualityBmaintenanceDeterministic <1µs in-band execution governance gateway and W3C DID security guardrail for AI Agent MCP tool calls.116-