Odel
occasio

occasio

Local
@occasiolabs9JavaScriptApache-2.0Updated 2mo ago

Tamper-evident, Sigstore-signed audit trail for Claude Code agents.

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).

npm@occasiolabs/occasiov0.10.0

Run

npx -y @occasiolabs/occasio

MCP client config

{
  "mcpServers": {
    "occasio": {
      "command": "npx",
      "args": [
        "-y",
        "@occasiolabs/occasio"
      ]
    }
  }
}