MCP Directory
Back

agent-harness-generator

by ruvnet · TypeScript · ★ 335

🛠️ 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).

#agent-harness#agent-harness-generator#agent-scaffolding#agentic-ai#agentic-framework#autonomous-agents#claude-code#codex#create-agent-harness#hermes-agent#mcp#mcp-server#multi-agent#openai-codex#openclaw#pi-dev#rvm#sandboxing#scaffold#scaffolding

Install

npx -y github:ruvnet/agent-harness-generator

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": {
    "agent-harness-generator": {
      "command": "npx",
      "args": [
        "-y",
        "github:ruvnet/agent-harness-generator"
      ]
    }
  }
}

From the README

· [open the Studio →](https://ruvnet.github.io/agent-harness-generator/) (Repo: · CLI: · Library: ) [](https://ruvnet.github.io/agent-harness-generator/) [](docs/USERGUIDE.md) [](docs/ARCHITECTURE.md) [](https://github.com/ruvnet/agent-harness-generator/actions/workflows/published-smoke.yml) [](LICENSE) [](https://ruvnet.github.io/agent-harness-generator/) The same harness output runs on **nine** agent hosts — eight interactive, plus GitHub Actions (CI/CD): | Host | What ships | Notes | |---|---|---| | [**Claude Code**](https://code.claude.com/docs/en/mcp) | MCP server + hooks + 3-scope…
Read full README on GitHub →

Related ai & ml servers