Skip to content
Cursor

openttt pot for Cursor

io.github.helm-protocol/openttt-pot

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

client:Cursor transport:stdio runtime:npm

Install openttt pot in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

openttt pot in other clients