Odel
ComputeLedger

ComputeLedger

Local
@rudrendupaulPythonApache-2.0Updated 1w ago

Signs, hash-chains, and verifies compute usage receipts via an MCP server, no issuer trust required.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcomputeledger-cliv0.1.3

Run

uvx computeledger-cli

MCP client config

{
  "mcpServers": {
    "computeledger": {
      "command": "uvx",
      "args": [
        "computeledger-cli"
      ]
    }
  }
}