claude-code - 💡(How to fix) Fix Feature Request: Native MCP integration for Workflow Amnesia prevention (OpenTTT Protocol) [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

500+ concurrent agents, 0% error rate.

Fix Action

Fixed

Code Example

claude mcp add ttt -- npx -y @helm-protocol/ttt-mcp
RAW_BUFFERClick to expand / collapse

Problem

Long-horizon Claude Code workflows hit a fundamental wall: context compression destroys causal chains.

  • Agent B has no memory of what Agent A decided
  • Agents resume after compression with no record of prior steps
  • Duplicate work, lost decisions, state corruption

This is an infrastructure problem, not a prompt problem. No amount of prompt engineering fixes it.

Proposed Solution

We built OpenTTT — a cryptographic event DAG that lives outside Claude's context window.

Every workflow step is anchored to a cryptographic timestamp on an external server. When compression happens, agents call pot_query(eventId) for O(1) exact step recall.

Mathematical guarantees:

  • SHA-3 eventId: collision probability 2⁻²⁵⁶
  • O(1) exact lookup — no context consumed by history reconstruction
  • prevEventId DAG: tamper-proof causal chain
  • Auto-Rollup: handles 10B+ token scale
  • 100% recovery after forced context wipe (1,000-event E2E verified)

Production Benchmarks (Rust + QUIC)

Endpointp50p99 (500 VU)Throughput
pot_generate3.62ms31ms1,535 req/s
pot_query0.77ms3,300+ req/s

500+ concurrent agents, 0% error rate.

How to Test Right Now

claude mcp add ttt -- npx -y @helm-protocol/ttt-mcp

Works in 5 minutes. Free tier: 100 calls/day, no signup.

Feature Request

We'd like to discuss native Claude Code integration — either as a built-in MCP server or as a recommended first-party plugin for long-horizon agent workflows.

Happy to share full stress test logs, the IETF draft (draft-helmprotocol-tttps-00), and the math behind the hash chain.

Contact: [email protected]
Repo: https://github.com/Helm-Protocol/openttt-mcp
npm: @helm-protocol/ttt-mcp

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Feature Request: Native MCP integration for Workflow Amnesia prevention (OpenTTT Protocol) [1 pull requests]