agent-harness-generator

data-ai MCP Server

🛠️ The meta-harness for AI agents — scaffold your own focused, branded agent harness with its own npx CLI, MCP server, memory, learning loop, and witness-signed releases. Works with Claude Code, Codex, pi.dev, Hermes, OpenClaw, and RVM (hardware-isolated sandbox).

VerifiedInstall ReadyReviewed
data-aidata-ai
3 views310 stars31 forksv0.1.0MIT

Why This Matters

Discovered via github-seeds:mcp-hot and last synced 2mo ago.

VerifiedInstall ReadyReviewed
Source
github-seeds:mcp-hot
Stars
310
Last synced
2mo ago
Install
Instructions detected

Install

1. Install the package

npx @metaharness/claude-code my-bot

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "agent-harness-generator": {
      "command": "npx",
      "args": [
        "agent-harness-generator"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

7
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (7)

Host

What ships

Category

Templates

Engineering

`vertical:coding`, `vertical:ai`, **`vertical:repo-maintainer`** (iter 113)

Package

Scaffolds

Concern

Where

Knowledge

`vertical:research`, `vertical:ruview`, `vertical:education`

zsh

fish`. 📖 Full reference: [docs/USAGE.md](docs/USAGE.md) --- ## Status **v0.1.x beta** — published and usable, with the credibility/doc reconciliation in issue #4 / ADR-042 in progress. The release *pipeline* is mature: CI matrix green across Rust × 3 OS + WASM × 3 OS + Node 20+22 × 3 OS + Bench + pack+install × 3 OS + a CI-passed aggregator; single-command releases (`node scripts/release.mjs <bump> --push`) atomically bump 15 sources, run all gates, and tag.