Auditable workspaces for AI agent teams: sandboxed worktrees, multi-agent peer-review, 95% lower token waste, and persistent memory.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"h5i": {
"command": "cargo",
"args": [
"run",
"--",
"h5i"
]
}
}
}
Run in terminal:
claude mcp add h5i cargo run -- h5i
Add to .cursor/mcp.json:
{
"mcpServers": {
"h5i": {
"command": "cargo",
"args": [
"run",
"--",
"h5i"
]
}
}
}