Hythe

HYTHE — coordination bus + shared truth for AI agent fleets — self-hosted MCP server + stdio bridge.

LLM Mart 2 views 11 listing impressions
Transport
Not stated
Package
—
Registry id
dev.hythe/hythe

No install snippet on purpose. A working MCP config is a command, its arguments and an environment block — the last two are where API keys live, so this catalogue never stores them and cannot publish them. Follow the link above for the authors' own instructions.

A coordination bus + shared truth for your agent fleet. Self-hosted, two-component setup: a dockerized server plus a thin stdio bridge for your MCP clients.

HYTHE is an MCP server that lets multiple AI coding agents — Claude Code, Codex, Cursor, custom harnesses — share state, preserve context across sessions, and coordinate with each other. It is not another memory store. Its differentiators:

  • Supersession + current-state resolution: observations supersede each other (replace-current), and get_current_observation resolves the chain server-side — so readers get the newest non-superseded state. Conflict handling is implemented: checkpoint is branch-preserving CAS — concurrent writers branch rather than overwrite, and conflicts surface as heads, never silently resolved (contract-tested; see the evidence ledger).
  • Agent messaging with a tracked delivery lifecycle: direct and capability-based sends, message supersession, read-state as a shared signal, atomic ack+archive. (Described as tracked lifecycle, not guaranteed delivery — the states are honest about what the server knows.)
  • The Adaptive Coordination Protocol (ACP): the ETA-driven coordination discipline that co-evolved with the server — published as docs/SPEC.md with a real two-harness worked tutorial.

Documentation

Doc What it covers
Quickstart Clean machine → two coordinating agents in ~15 minutes
Concepts One current truth, messaging lifecycle, resume/checkpoint, honest security model
Checkpoint / resume v3 Current-head pointer, reconciliation, record / patch, the v3 read model, and the one-time adoption step for scopes written before v3
ACP SPEC The coordination protocol, versioned (1.0.0)
Tutorial Annotated transcript of a real Claude Code ↔ Codex review loop from the original Engram deployment
Tool compatibility map The 20-tool v1 surface; every retired tool and its exact replacement
Backup & restore Tested SQLite backup/restore/compaction runbook
Agent credential operator Offline issuance, attestation, promotion, rotation, and revocation
Private-residue adjudication Hash-bound, owner-approved disposition of ambiguous historical rows
SQLite physical sanitation Verified offline VACUUM and no-clobber promotion after logical cleanup
Pavilion production Pinned deployment, readiness, shutdown, canary, and rollback contract

Status

From the project's README.