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).
Discovered via github-seeds:mcp-hot and last synced 2mo ago.
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)
What ships
Templates
`vertical:coding`, `vertical:ai`, **`vertical:repo-maintainer`** (iter 113)
Scaffolds
Where
`vertical:research`, `vertical:ruview`, `vertical:education`
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.