Iterate-until-pass quality framework for AI-generated artifacts — validators, scoring, knowledge capture, MCP server, Claude Code skills
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"
]
}
}
}
Run in terminal:
claude mcp add harness-core npx -y CosmonautJones/harness-core
Add to .cursor/mcp.json:
{
"mcpServers": {
"harness-core": {
"command": "npx",
"args": [
"-y",
"CosmonautJones/harness-core"
]
}
}
}