.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/ryanalberts/best-of-agent-harnesses
home/mcp-servers/ryanalberts/best-of-agent-harnesses
ryanalberts avatar

best-of-agent-harnesses

byryanalberts· 1 MCP server

Stars

407

Forks

27

Category

AI Agents & MCP

View on GitHub

TL;DR

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.

How to install best-of-agent-harnesses?

ryanalberts/best-of-agent-harnesses
$git clone https://github.com/ryanalberts/best-of-agent-harnesses

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install best-of-agent-harnesses by running `git clone https://github.com/ryanalberts/best-of-agent-harnesses`, then use it for the current task and follow its documentation at https://github.com/ryanalberts/best-of-agent-harnesses.

Files · 1

View on GitHub
README.md
1<!-- markdownlint-disable -->
2<h1 align="center">
3 Best of Agent Harnesses and Harness Techniques
4 <br>
5</h1>
6 
7<p align="center">
8 <strong>🏆&nbsp; Curated list of AI agent harnesses, orchestration frameworks, and harness techniques for reliable agentic systems.</strong>
9</p>
10 
11<p align="center">
12 <a href="https://best-of.org" title="Best-of Badge"><img src="http://bit.ly/3o3EHNN"></a>
13 <a href="#contents" title="Project Count"><img src="https://img.shields.io/badge/projects-135-blue.svg?color=5ac4bf"></a>
14 <a href="https://ryanalberts.github.io/best-of-Agent-Harnesses/" title="Browse the searchable site"><img src="https://img.shields.io/badge/website-live-5ac4bf.svg"></a>
15 <a href="#for-agents" title="Agents can query this list — MCP server, llms.txt & JSON"><img src="https://img.shields.io/badge/agents-query%20this%20list-5ac4bf.svg"></a>
16 <a href="#contribution" title="Contributions welcome"><img src="https://img.shields.io/badge/contributions-welcome-green.svg"></a>
17 <a href="https://github.com/RyanAlberts/best-of-Agent-Harnesses/commits/main" title="Updates"><img src="https://img.shields.io/github/last-commit/RyanAlberts/best-of-Agent-Harnesses?color=green&label=updated"></a>
18</p>
19 
20<p align="center">
21 🌐 <strong><a href="https://ryanalberts.github.io/best-of-Agent-Harnesses/">Browse the searchable site</a></strong> — one page per harness, filter by capability, autonomy &amp; recovery.
22</p>
23 
24<p align="center">
25 🤖 <strong>Agents can query this list</strong> — an <a href="#for-agents">MCP server</a> (<code>recommend</code>, <code>pick_harness</code>, …), <a href="llms.txt">llms.txt</a> &amp; <a href="harnesses.json">JSON</a>, so your agent recommends harnesses too.
26</p>
27 
28<p align="center">
29 🧡 <strong>A curated list is only as good as the people who stop mid-scroll to point at what it's missing.</strong><br>
30 These folks did exactly that — found a gap, wrote it up, and made the list better than one maintainer ever could.
31 <a href="#-thank-you-contributors"><strong>Meet the 7 →</strong></a>
32</p>
33 
34## What is an agent harness?
35 
36A 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.
37 
38Every prior wave of automation was constrained by brittleness: you scripted exact behavior, and when the world deviated, the system broke. Foundation models inverted that problem—they're flexible but directionless, stateless, and disconnected from anything real. The agent harness exists to bridge that gap: it is the orchestration infrastructure that converts a model's per-turn reasoning into sustained, tool-using, error-recovering, goal-directed behavior across time. Architecturally, it plays the role the kernel played in operating systems or the controller played in industrial robotics—mediating between raw capability and a messy environment—but with a critical difference: the "capability" it governs is general-purpose cognition, which means the harness is simultaneously a scheduler, a permission system, a memory manager, and a policy enforcement layer, all under-specified and evolving in real time.
39 
40## Why harnesses matter
41 
42Better models make harnesses more important: more capabilities mean more failure modes, and production needs retry logic, fallbacks, and validation. Harness quality—not just model quality—determines whether agents actually ship. This list ranks projects by relevance to harness concerns (environment, orchestration, lifecycle, guardrails) and by stars/activity.
43 
44## The landscape at a glance
45 
46[![The Agent Harness Landscape — all projects plotted by adoption surface area against GitHub stars](assets/landscape.svg)](assets/landscape.svg)
47 
48_Every project in the list, plotted by adoption surface area (the [simplicity ↔ capability axis](#guide-to-rankings)) against GitHub stars. Colors are categories; the largest projects in each tier are labeled._
49 
50[![Autonomy × Recovery — eve

Preview

ryanalberts/best-of-agent-harnessesryanalberts/best-of-agent-harnesses
Reporyanalberts/best-of-agent-harnesses
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseCC-BY-SA-4.0
First seenJul 27, 2026

Tags

MCPagent-frameworkagent-harness

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k