agent-harness-kit

CLIAI AgentsTypeScriptMCPSQLiteOpen Source

CLI tool that auto-scaffolds a production-ready multi-agent harness for any repo. Generates SQLite state, MCP tools, per-agent instruction files, health checks, and coordination rules with a single command.

About

agent-harness-kit is a CLI tool that solves one of the core problems with AI coding agents: they’re stateless, uncoordinated, and have no memory across sessions.


Running npx @cardor/agent-harness-kit init in any repo generates the full infrastructure for a multi-agent system — SQLite database, typed config, per-agent instruction files, a built-in MCP server, and a health check script — in under a minute.


The harness ships with four specialized base agents, each with explicit permission boundaries:


Problems it solves:


Works with Claude Code and OpenCode. Uses node:sqlite (Node 22+) or bun:sqlite — no external database or Docker required. Available on npm as @cardor/agent-harness-kit.

Tech used