agentic-harness

olegmedv/agentic-harness
★ 0 stars C# 🤖 AI/LLM Updated 2d ago
Claude Code skills + CLAUDE.md templates + live MCP server for rule-driven refactoring and feature planning
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentic-harness": {
      "command": "npx",
      "args": [
        "-y",
        "olegmedv/agentic-harness"
      ]
    }
  }
}