MCP Directory

h5i

by h5i-dev · Rust · ★ 431

Auditable workspaces for AI agent teams: sandboxed worktrees, multi-agent peer-review, 95% lower token waste, and persistent memory.

#agent#agentic-ai#agentic-workflow#ai#claude#claude-code#codex#git#git-worktree#llms#mcp-server#rust#sandbox#version-control#worktree#worktree-manager

Install

cargo install --git https://github.com/h5i-dev/h5i.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "h5i": {
      "command": "npx",
      "args": [
        "-y",
        "github:h5i-dev/h5i"
      ]
    }
  }
}

From the README

Run many coding agents. Merge one auditable result. Agent ensembles work because **independent attempts beat isolated guesses**. h5i runs several coding agents on the *same* task, each in its own sandbox, **sealed** so they can't copy one another. It lets them peer-review, then a **neutral verifier** replays every candidate, runs the tests itself, and merges the one that actually passes. The whole run (prompts, models, commands, logs, policies, messages, and the verdict) is versioned in your repo under . > ***Two heads are better than one.*** Isolated per agentno file, branch, or…
Read full README on GitHub →

Related developer tools servers