Skip to content

v0.1.5 — OpenTTT MCP Server (standalone)

Latest

Choose a tag to compare

@Heime-Jorgen Heime-Jorgen released this 22 Mar 05:40
· 51 commits to main since this release

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 time
  • pot_verify — verify an existing proof
  • pot_query — query proof history
  • pot_stats — network stats
  • pot_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-mcp

Changes

  • Extracted from Helm-Protocol/OpenTTT monorepo as standalone repo
  • Multi-stage Dockerfile (builds from source)
  • TypeScript fixes (GrgPipeline import, Uint8Array type annotation)