MCP Directory
Back

best-of-Agent-Harnesses

by RyanAlberts · Python · ★ 194

🏆 Curated, ranked list of AI agent harnesses (100+) — plus an MCP server, llms.txt & JSON so agents can recommend them too. Rescored weekly.

#agent-framework#agent-harness#agentic-ai#agents#ai-agent#ai-agent-framework#ai-agents#ai-tools#awesome-list#best-of-list#claude-code#coding-agents#harness#harness-engineering#llm#llm-agents#llm-framework#llm-tools#mcp#model-context-protocol

Install

pip install git+https://github.com/RyanAlberts/best-of-Agent-Harnesses.git

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": {
    "best-of-agent-harnesses": {
      "command": "uvx",
      "args": [
        "git+https://github.com/RyanAlberts/best-of-Agent-Harnesses.git"
      ]
    }
  }
}

From the README

Best of Agent Harnesses and Harness Techniques 🏆  Curated list of AI agent harnesses, orchestration frameworks, and harness techniques for reliable agentic systems. 🌐 Browse the searchable site — one page per harness, filter by capability, autonomy & recovery. A model answers; an agent acts. An agent harness is the runtime that turns one into the other — the model thinks; the harness decides what that thinking is allowed to touch. Every prior wave of automation was constrained by brittleness: you scripted exact behavior, and when the world…
Read full README on GitHub →

Related ai & ml servers