harness-core

CosmonautJones/harness-core
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
Iterate-until-pass quality framework for AI-generated artifacts — validators, scoring, knowledge capture, MCP server, Claude Code skills
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "harness-core": {
      "command": "npx",
      "args": [
        "-y",
        "CosmonautJones/harness-core"
      ]
    }
  }
}