Odel
openttt mcp

openttt mcp

Local
@helm-protocol1TypeScriptUpdated 3w ago

Cryptographic audit trail for Claude Code workflows — tamper-proof timestamps, IETF TTTPS compliant.

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@helm-protocol/ttt-mcpv0.3.4

Run

npx -y @helm-protocol/ttt-mcp

MCP client config

{
  "mcpServers": {
    "openttt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@helm-protocol/ttt-mcp"
      ]
    }
  }
}