OpenTTT MCP Server v0.1.5
Proof-of-Time temporal attestation for AI agents — standalone MCP server.
5 Tools
pot_generate— generate a PoT attestation anchored to verified timepot_verify— verify an existing proofpot_query— query proof historypot_stats— network statspot_health— check time source health
Install (Claude Desktop)
{"mcpServers":{"openttt":{"command":"npx","args":["@helm-protocol/ttt-mcp"]}}}Docker
docker build -t openttt-mcp . && docker run -p 3000:3000 openttt-mcpChanges
- Extracted from Helm-Protocol/OpenTTT monorepo as standalone repo
- Multi-stage Dockerfile (builds from source)
- TypeScript fixes (GrgPipeline import, Uint8Array type annotation)