PluginBench
MCP Server
Active
CC-BY-SA-4.0

io.github.RyanAlberts/agent-harnesses MCP Server

io.github.RyanAlberts/agent-harnesses

Search and pick from 110 curated agent harnesses, orchestration frameworks, and techniques via MCP.

What is the io.github.RyanAlberts/agent-harnesses MCP server?

The agent-harnesses MCP server provides access to a curated, weekly-rescored list of 110 AI agent harnesses, orchestration frameworks, and harness techniques. It exposes tools for searching harnesses, filtering by complexity/autonomy/recovery, and retrieving decision guides to help you pick the right harness for your agentic system.

This server lets you query a comprehensive, ranked collection of agent harnesses—the runtime infrastructure that turns model reasoning into sustained, tool-using, error-recovering behavior. Use it to search by capability, filter by autonomy regime and recovery tier, and access head-to-head decision guides (e.g., OpenClaw vs Hermes, multi-agent orchestration frameworks). Useful for agents recommending harnesses and for humans deciding which framework to adopt.

How to install io.github.RyanAlberts/agent-harnesses

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-harnesses": {
      "command": "uvx",
      "args": [
        "agent-harnesses-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-harnesses": {
      "command": "uvx",
      "args": [
        "agent-harnesses-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-harnesses": {
      "command": "uvx",
      "args": [
        "agent-harnesses-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-harnesses": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-harnesses-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add agent-harnesses -- uvx agent-harnesses-mcp

Tools & capabilities

Tools this server exposes to the agent.

  • pick_harnessFilter and pick harnesses by complexity tier, autonomy regime, and recovery tier.
  • search_harnessesSearch the curated list of 110 harnesses by keyword or capability.
  • get_harnessRetrieve detailed information about a specific harness project.
  • list_categoriesList all harness categories (e.g., coding agents, multi-agent orchestration, frameworks).
  • list_comparisonsList available decision guides and head-to-head comparisons.
  • get_comparisonRetrieve a specific comparison guide (e.g., OpenClaw vs Hermes, terminal coding agents).

Use cases

  • Search for a coding agent harness (Cline, OpenCode, OpenHands) or personal agent runtime (OpenClaw, Hermes) by use case.
  • Filter harnesses by autonomy (headless-ready vs step-gated) and recovery (durable vs retry-only) to match your deployment model.
  • Retrieve decision guides like 'How to pick a harness' or 'Multi-agent orchestration: OpenAI Agents SDK vs CrewAI vs AutoGen vs LangGraph'.
  • Get detailed project info (stars, license, tags, examples) for 110 harnesses across 11 categories.
  • Recommend harnesses to users based on their requirements (e.g., 'I want a turnkey coding agent today').

io.github.RyanAlberts/agent-harnesses MCP server FAQ

What is an agent harness?

An agent harness is the runtime infrastructure that converts a model's per-turn reasoning into sustained, tool-using, error-recovering, goal-directed behavior. It acts as a scheduler, permission system, memory manager, and policy enforcement layer between the model and the environment.

Is this server free?

Yes. The server provides access to a curated, open-source list of 110 harnesses. The list itself is free and published on GitHub; individual harnesses have their own licenses (mostly open source).

How do I install this in Cursor or Claude?

Install via PyPI: `claude mcp add agent-harnesses -- uvx agent-harnesses-mcp` (requires uv). Or add to your MCP config manually using the registry ID `io.github.RyanAlberts/agent-harnesses`.

Does this require authentication?

No. The server is read-only access to a public GitHub repository and requires no API keys or authentication.

What data does this expose?

Project metadata (name, stars, license, category, complexity tier, autonomy/recovery ratings, tags, examples) for 110 harnesses, plus decision guides and use-case indices.

Can agents use this to recommend harnesses?

Yes. The server is designed for agents; the underlying data is also published as harnesses.json, llms.txt, and machine-readable format for agent consumption.

README (reference)

Source of truth, from the repository.

<!-- markdownlint-disable --> <h1 align="center"> Best of Agent Harnesses and Harness Techniques <br> </h1> <p align="center"> <strong>🏆&nbsp; Curated list of AI agent harnesses, orchestration frameworks, and harness techniques for reliable agentic systems.</strong> </p> <p align="center"> <a href="https://best-of.org" title="Best-of Badge"><img src="http://bit.ly/3o3EHNN"></a> <a href="#contents" title="Project Count"><img src="https://img.shields.io/badge/projects-110-blue.svg?color=5ac4bf"></a> <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> <a href="#contribution" title="Contributions welcome"><img src="https://img.shields.io/badge/contributions-welcome-green.svg"></a> <a href="https://github.com/RyanAlberts/best-of-Agent-Harnesses/releases" title="Updates"><img src="https://img.shields.io/github/release-date/RyanAlberts/best-of-Agent-Harnesses?color=green&label=updated"></a> </p> <p align="center"> 🌐 <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. </p>

What is an agent harness?

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 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.

Why harnesses matter

Better 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.

The landscape at a glance

The Agent Harness Landscape — all projects plotted by adoption surface area against GitHub stars

Every project in the list, plotted by adoption surface area (the simplicity ↔ capability axis) against GitHub stars. Colors are categories; the largest projects in each tier are labeled.

Autonomy × Recovery — every loop-owning project placed by designed autonomy regime and failure-recovery tier

The same projects placed by how much unsupervised rope they're designed to give (autonomy) and what happens when a run dies (recovery). In the tables below, ★ marks headless-ready projects and ✱ marks durable ones. Both charts regenerate from the list data on every refresh.

How to Pick a Harness

Start with the guide, then the head-to-head decision pages — grounded in the same data as the tables below:

Pick by use case

Reader's index: pick by what you want to do, not by category. Tag chips (e.g. <sup>mcp · memory</sup>) next to each row let you cross-filter by capability — see TAGS.md for the full cross-reference.

For agents

This list is also published in machine-readable form, so coding agents and research agents can recommend harnesses — not just humans browsing GitHub:

  • harnesses.json — every project with category, complexity tier, capability tags, stars, license signal, and a concrete example link, plus the full use-case index.
  • llms.txt — the entire list in one agent-readable file. Point any agent at the raw URL.
  • MCP serverpick_harness (with complexity/autonomy/recovery filters), search_harnesses, get_harness, list_categories, plus list_comparisons/get_comparison for the decision guides. Published to PyPI and the official MCP registry as io.github.RyanAlberts/agent-harnesses. One-line install (needs uv):
claude mcp add agent-harnesses -- uvx agent-harnesses-mcp

Contents

Guide to rankings

  • Stars — GitHub star count, captured 2026-06-28; tables sort by stars descending.
  • ⚖️ Simplicity ↔ capability — adoption surface, 4 tiers: super simple (a format, one concept) → mostly simple (thin layer) → slightly complex (real SDK) → complex (product suite).
  • Headless-ready — designed for unattended runs, batches, and fleets (the top of the autonomy scale: step-gated → checkpoint-gated → bounded → headless).
  • Durable — persisted execution state survives restarts mid-task (the top of the recovery scale: none → retry → resumable → durable).
  • Open source — ✅ standard OSS license · ⚠️ source-available/restricted · ❓ no or unclear license.
  • 🏷️ Tags — capability chips auto-derived from descriptions; full cross-reference in TAGS.md.
  • 🎯 Examples — one concrete "show me it in action" link per project, not a docs root.

Every project's full autonomy and recovery tier is plotted in the grid above and carried in harnesses.json and llms.txt; scores are editorial, from public docs — maintainer corrections via issue/PR are merged fast.

<br>

Progressive disclosure harnesses

<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>

Formats, runtimes, and patterns that reveal context, tools, or instructions in layers—index first, details on demand—to control tokens and improve agent focus (the "map, not encyclopedia" principle).

#Project⭐ StarsDescriptionOpen sourceSimplicity ↔ capabilityExamples
1<a name="awesome-cursorrules"></a>awesome-cursorrules40.1kCurated .cursorrules and skills that leverage Cursor's index-then-load model; the canonical collection for rules-as-progressive-disclosure in the IDE. <sup>ide</sup>super simple (content bundle)PyTorch cursorrules
2<a name="agentsmd"></a>agents.md22.6kOpen format for repo-scoped agent briefings; v1.1 adds hierarchical scope and progressive disclosure so agents get a map of what exists, then load only what's relevant. <sup>typescript</sup>super simple (format only)Self-hosting AGENTS.md
3<a name="langgraph-bigtool"></a>langgraph-bigtool ✱545Build LangGraph agents with large tool sets; retrieval and on-demand tool loading so agents scale beyond context without stuffing every schema upfront. <sup>tool-discovery · python</sup>slightly complex (large tool sets)Math-library tool agent
4<a name="mcp-zero"></a>MCP-Zero489Active tool discovery for autonomous agents: model requests tools by requirement; hierarchical semantic routing over 308 servers / 2,797 tools with ~98% token reduction (APIBank). <sup>tool-discovery</sup>complex (3k tools, full routing)APIBank experiment
5<a name="toolgen"></a>ToolGen181ICLR 2025: unified tool retrieval and calling via generation; 47k+ tools without context stuffing—retrieval and invocation in one generative step. <sup>tool-discovery · python</sup>complex (47k+ tools)Full eval pipeline
6<a name="spring-ai-tool-search-tool"></a>spring-ai-tool-search-tool75Dynamic tool discovery for Spring AI: model gets a search tool first, then pulls definitions for relevant tools; 34–64% token reduction across providers. <sup>tool-discovery</sup>mostly simple (search-then-load)Tool Search demo app
7<a name="toolrag"></a>ToolRAG28Semantic tool retrieval for LLMs; serves only the tools the user query demands (MCP-compatible), unlimited tool sets with zero context penalty. <sup>mcp · tool-discovery</sup>mostly simple (query-driven retrieval)MCP server retrieval

Coding agent products (IDEs, CLIs, full suites)

<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>

Turnkey coding agents you install and run: IDE extensions, terminal CLIs, Dockerized workspaces. Each entry notes which part is the harness (the agent loop, tool wiring, approval model) versus the UI shell (VS Code extension, TUI, browser client).

#Project⭐ StarsDescriptionOpen sourceSimplicity ↔ capabilityExamples
1<a name="opencode"></a>opencode ★180kOpen-source terminal coding agent (formerly sst/opencode; transferred to anomalyco). The harness is a multi-provider tool-call loop (Claude, OpenAI, Gemini, local) with strong plugin and MCP support; the TUI is the shell. 100% OSS, very actively shipped. <sup>mcp · provider-agnostic · cli · tui · typescript</sup>slightly complex (multi-provider, plugins, MCP)Agent system page
2<a name="gemini-cli"></a>Gemini CLI106kGoogle's first-party terminal agent for Gemini. The harness is the plugin/MCP tool-call loop; the terminal is the shell—Google's parallel to Claude Code / Codex, not just an API. <sup>mcp · cli · typescript</sup>slightly complex (official CLI, plugins, MCP)MCP server setup
3<a name="codex"></a>Codex94.2kOpenAI's terminal coding agent. The harness is the sandboxed tool-call loop with multi-provider support; the CLI is the shell. Reference implementation for "official CLI that ships code." <sup>sandbox · provider-agnostic · cli</sup>slightly complex (reference CLI, sandboxed)Sandboxing concept
4<a name="openhands"></a>OpenHands ★78.6kDockerized software-engineering agent. The harness is the bash/editor/browser toolset with micro-agents and event-stream session bridging; Docker is the sandbox. Main OSS choice for teams self-hosting autonomous repo work. <sup>memory · browser · sandbox · python</sup>⚠️ (multi-license)complex (Docker runtime, multi-surface agent — product suite)Repository microagents
5<a name="openinterpreter"></a>Open Interpreter64.2kLightweight terminal coding agent oriented to open models (DeepSeek, Kimi, Qwen). The harness is a code-execution loop — the model writes code, the harness executes it with confirmation gates; the CLI is the shell. The original "let the LLM run code on my machine" project, reborn for open weights. <sup>cli · python</sup>mostly simple (lean code-exec loop)Quick start
6<a name="cline"></a>Cline64kVS Code extension whose harness is a plan-then-act loop with per-step human approval and cost transparency; the VS Code integration is the UI shell. Open-source counterweight to Cursor. <sup>ide · typescript</sup>slightly complex (plan-then-act, approval gates)Plan & Act mode
7<a name="goose"></a>goose ★50.3kBlock-originated Rust agent, now stewarded by the Linux Foundation's Agentic AI Foundation (aaif-goose/goose). The harness is the MCP/ACP extension model with recipes and provider choice; there's no fixed UI slot—you bolt it into whatever shell you use. <sup>mcp · rust</sup>slightly complex (extensions, MCP/ACP)Goose recipes guide
8<a name="crush"></a>crush25.8kCharm's terminal coding agent (Charm's fork of the original OpenCode). The harness is the tool-calling loop with session persistence; the Bubble Tea TUI is the shell. <sup>memory · cli · tui</sup>⚠️ FSL-1.1-MITslightly complex (terminal agent, TUI)Crush launch post
9<a name="roo-code"></a>Roo Code24.3kVS Code/Cursor extension in the Cline lineage. The harness is the approval-gated agent with custom modes and a strong MCP story; the IDE is the UI. Popular community fork when you want that workflow without the upstream extension. <sup>mcp · workflow · ide · typescript</sup>slightly complex (IDE extension, MCP-first)Custom modes guide
10<a name="claw-code-agent"></a>claw-code-agent519Python reimplementation of the Claude Code agent architecture with zero external dependencies; interactive chat, streaming, plugin runtime, nested agent delegation, cost tracking, MCP transport—portable harness without the Rust/TS toolchain. <sup>mcp · rust · python · typescript</sup>slightly complex (pure Python, plugin runtime)Quick Start guide
11<a name="builderforceagents"></a>coderClaw3Self-hosted multi-role coding system (Creator, Reviewer, Test, Refactor, etc.) with AST and semantic maps; IDE-agnostic, chat-channel triggers. <sup>ide · typescript</sup>slightly complex (multi-role, AST/semantic)Multi-agent README

Coding harness configs and SDKs

<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>

Skill packs, slash-command libraries, meta-prompting frameworks, and official SDKs that give you the harness (the agent loop, planning, memory, hooks) without bundling a specific IDE or CLI shell.

#Project⭐ StarsDescriptionOpen sourceSimplicity ↔ capabilityExamples
1<a name="superpowers"></a>superpowers240kPerformance-oriented harness pack for Claude Code, Codex, OpenCode, Cursor: skills, instincts, memory, security, research-first workflows. Treats harness engineering itself as the performance lever. <sup>memory · ide</sup>complex (multi-IDE skill stack — product suite)TDD skill
2<a name="ecc"></a>everything-claude-code223kThe breakout 2026 harness pack for Claude Code: 28 specialized subagents, 119 reusable skills, 60 slash commands, 34 rules, 20+ automated hooks. Ships a full "AI engineering team" as config. <sup>multi-agent</sup>complex (subagents + skills + hooks — product suite)autonomous-agent-harness skill
3<a name="skills"></a>Anthropic Skills156kAnthropic's official Agent Skills repository: SKILL.md-based folders (instructions, scripts, resources) Claude dynamically loads on Claude Code, Claude.ai, and the API. The reference for progressive-disclosure skill packs in 2026.mostly simple (official skills format)docx skill
4<a name="gstack"></a>GStack118kGarry Tan's Claude Code skill stack: 23 slash-command modes (CEO/eng/design review, QA, ship, browse, retro, …) that structure one assistant as a virtual engineering team. Daily driver while running YC. <sup>typescript</sup>slightly complex (multi-role slash-command harness)/ship SKILL.md
5<a name="get-shit-done"></a>get-shit-done64.6kGoal-backward planning and wave-based execution over fresh context windows; avoids context rot by design. Python/JS meta-prompting for Claude Code, OpenCode, Gemini CLI. <sup>cli · python</sup>mostly simple (meta-prompting, you own stack)gsd:ship command
6<a name="swe-agent"></a>SWE-agent ★19.6kLM-driven harness built for SWE-bench: edit state, command execution, and issue-focused loop—the reference agent stack next to the benchmark itself. <sup>memory · evals · python</sup>slightly complex (SWE-bench pairing, stateful edits)Default agent config
7<a name="claude-agent-sdk-python"></a>Claude Agent SDK ★7.4kOfficial Anthropic SDK (Python + TypeScript, demos, quickstarts): built-in tools, MCP, long-running coding agents with session bridging. <sup>mcp · memory · python · typescript</sup>complex (full SDK, session bridging — product suite)Research agent demo
8<a name="repomaster"></a>RepoMaster ★531Repo-scoped research harness: builds function-call and module-dependency graphs to explore only what's needed; large relative gains on MLE-bench and GitTaskBench with lower token use. <sup>workflow · python</sup>slightly complex (graph-based exploration)PDF-parse case study
9<a name="autoharness"></a>AutoHarness334Lightweight governance harness: wraps any LLM client in ~2 lines for automated harness engineering—6–14 step pipeline, YAML constitution, risk-pattern matching, session persistence with cost tracking, multi-agent profiles. <sup>memory · multi-agent · provider-agnostic · python</sup>super simple (2-line wrapper, YAML gov)Full pipeline demo
10<a name="pmstack"></a>pmstack3Claude Code config for AI product managers: CLAUDE.md plus skills for competitive analysis, PRD-from-signal, metric frameworks, stakeholder briefs, and agent eval design. "GStack for PMs." <sup>evals</sup>super simple (skills bundle, PM-focused)PRD-from-signal skill

Personal agent runtimes

<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>

Always-on, self-hosted agents you run as a daemon and talk to from chat apps: gateway runtimes, second brains, and self-improving assistants. The agent as a product you operate, not a library you build with.

#Project⭐ StarsDescriptionOpen sourceSimplicity ↔ capabilityExamples
1<a name="openclaw"></a>OpenClaw ★381kSelf-hosted, always-on personal agent (formerly Clawdbot/Moltbot): a gateway + event-loop runtime that treats messages, heartbeats, crons, and webhooks as one input queue, persists state to local files, and lives in your chat apps (WhatsApp, Telegram, Slack, Discord). 13,700+ community skills; the fastest-growing repo in GitHub history. <sup>typescript · multi-agent</sup>complex (always-on runtime, channels, skill ecosystem — product suite)Agent runtime architecture
2<a name="hermes-agent"></a>Hermes ★205kNous Research's self-improving agent: a learning loop turns experience into reusable skills, builds a persistent user model across sessions, and checkpoints state to disk with rollback; lean enough for a $5 VPS, driven from chat, and model-agnostic (Nous Portal, OpenRouter, OpenAI, or any endpoint). <sup>memory · python · provider-agnostic</sup>slightly complex (lean runtime, learning loop, disk-first memory)Built-in skills
3<a name="khoj"></a>Khoj ★35.4kSelf-hostable "AI second brain": answers over your docs and the web, custom agents, scheduled automations, and multi-client reach (web, Obsidian, Emacs, WhatsApp). A personal-agent harness with retrieval at the core. <sup>python</sup>complex (server + clients — product suite)Feature tour
4<a name="eliza"></a>Eliza ★18.6kOpen "agentic operating system" (elizaOS): persistent multi-agent runtime with character files, a plugin ecosystem, and social/platform integrations — the harness behind a large share of autonomous social agents. <sup>memory · multi-agent · typescript</sup>complex (runtime + plugin ecosystem — product suite)Agent quickstart
5<a name="agent-zero"></a>Agent Zero18.2kOrganic, prompt-defined personal agent framework: hierarchical sub-agents, persistent memory, browser and code tools, and self-modifying behavior; runs in Docker with a web UI. <sup>memory · multi-agent · browser · sandbox · python</sup>slightly complex (prompt-defined, Docker + web UI)Framework tour
6<a name="openharness"></a>OpenHarness (HKUDS)14.2kOpen agent harness with a built-in personal agent ("Ohmo") that runs across Feishu, Slack, Telegram, and Discord; core tool-use, skills, memory, multi-agent coordination with auto-compaction for multi-day sessions. <sup>memory · multi-agent</sup>complex (personal agent + multi-channel — product suite)harness-eval skill
7<a name="ailice"></a>AIlice1.4kFully autonomous general-purpose agent; one binary, Docker-ready, for when you want "set goal and walk away" without a framework. <sup>sandbox · python</sup>slightly complex (autonomous, one binary)Task showcase

Frameworks

<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>

General-purpose agent and LLM application frameworks (the app layer, not harnesses per se).

#Project⭐ StarsDescriptionOpen sourceSimplicity ↔ capabilityExamples
1<a name="n8n"></a>n8n ★ ✱194kFair-code workflow engine with 400+ nodes and native AI nodes; the self-hosted Zapier that actually does agents and LangChain. <sup>workflow · local · typescript</sup>⚠️ Fair-codecomplex (400+ nodes, workflow engine — product suite)Agent vs chain workflow
2<a name="autogpt"></a>AutoGPT ★185kThe original autonomous loop: goal in, agent iterates with tools and memory; Forge is the dev framework, Benchmark the eval harness. <sup>memory · evals · python</sup>⚠️ Polyform-SUcomplex (autonomous loop, tools, memory — product suite)Medium blogger graph
3<a name="langflow"></a>langflow ★150kLow-code UI to build and deploy LangChain/LangGraph flows; visual DAG editor and one-click run. <sup>low-code · python</sup>complex (low-code, visual — product suite)Chat with RAG flow
4<a name="dify"></a>Dify ★147kOne-stop LLM app platform: visual workflows, RAG pipeline, 50+ tools, model management; "ship from prototype to prod" in a single UI. <sup>low-code · rag · python</sup>⚠️ Fair-codecomplex (one-stop platform — product suite)Customer-service bot
5<a name="langchain"></a>langchain140kChains, tools, retrievers, and agents; the usual entry point for "add tools to an LLM" in Python/JS. <sup>python</sup>complex (kitchen-sink ecosystem — product suite)Build an agent notebook
6<a name="browser-use"></a>browser-use101kPython layer over Playwright: natural-language goals become browser actions—web-agent loop without hand-rolling MCP or a custom driver for every site. <sup>mcp · browser · python</sup>slightly complex (LLM + browser, Playwright)Grocery shopping agent
7<a name="flowise"></a>Flowise ★54.1kDrag-and-drop LangChain UI; deploy flows without code. The low-code sibling to Langflow, with a different component and hosting story. <sup>low-code · typescript</sup>⚠️ Apache+CLAcomplex (low-code, drag-drop — product suite)Agentic RAG flow
8<a name="llama_index"></a>llama-index50.5kData-centric: indexing, RAG, and query engines; agent abstractions sit on top of your data pipelines. <sup>rag · python</sup>complex (RAG + agents — product suite)Research assistant workflow
9<a name="agno"></a>agno40.9kPython agents with memory, knowledge bases, tools, and structured outputs; continues the PhiData-era product line under the Agno name—production apps, evals, and pipelines. <sup>memory · evals · python</sup>complex (memory, KB, observability — product suite)Agent with tools
10<a name="langgraph"></a>langgraph ★ ✱35.9kState-machine graphs over LLM steps; checkpointing, human-in-the-loop, and durable execution so workflows survive restarts. <sup>workflow · python</sup>slightly complex (graphs, checkpointing, durable exec)Customer support agent
11<a name="semantic-kernel"></a>semantic-kernel28.2kMicrosoft's plugin and planner layer for LLMs; C#, Python, Java; strong on enterprise auth and orchestration. <sup>python</sup>complex (enterprise, multi-language — product suite)Chat completion agent
12<a name="mastra"></a>mastra ✱25.5kTypeScript-first; agents, tools, and workflows with a single runtime and minimal boilerplate. <sup>typed · typescript</sup>⚠️ Elastic-2.0slightly complex (TS-first, minimal boilerplate)Durable research agent
13<a name="letta"></a>letta ★ ✱23.6kPython agent runtime with tool use and control flow; lean API; stateful agents with long-horizon memory. <sup>memory · python</sup>mostly simple (lean API)Loop .af agent file
14<a name="rasa"></a>rasa ★21.2kConversational AI stack (NLU, dialogue, actions); long-standing OSS choice for chat and voice bots. <sup>voice · python</sup>complex (full stack — product suite)Sara conversational demo
15<a name="adk-python"></a>Google ADK ★20.3kGoogle's official Agent Development Kit: code-first Python toolkit for building, evaluating, and deploying agents. Optimized for Gemini but model-agnostic; deploys to Cloud Run / Vertex AI; ships a dev UI with eval and a code-execution sandbox. <sup>evals · sandbox · python</sup>complex (official Google SDK, eval, deploy — product suite)Travel concierge agent
16<a name="botpress"></a>botpress ★14.8kVisual bot builder and runtime; multi-channel, open-source alternative to commercial bot platforms. <sup>low-code · typescript</sup>complex (visual builder, multi-channel — product suite)Inter-bot delegation
17<a name="r2r"></a>R2R ★7.9kRAG-first: hybrid search, knowledge graphs, multimodal; the framework for "production RAG" when you care more about retrieval than chat UI. <sup>vision · rag · workflow · python</sup>complex (production RAG — product suite)hello_r2r RAG example
18<a name="agent-squad"></a>agent-squad7.7kAWS-originated orchestrator (now under 2FastLabs): intent classification, streaming, SupervisorAgent; "agent-as-tools" so one agent delegates to a squad. <sup>multi-agent</sup>slightly complex (squad orchestration)E-commerce support sim
19<a name="agentverse"></a>AgentVerse ★5.1kTask-solving and simulation envs for multi-LLM agents; deploy many agents in custom environments without building infra from scratch. <sup>multi-agent · python</sup>complex (simulation envs, multi-agent — product suite)NLP classroom sim
20<a name="beeai-framework"></a>Bee Agent Framework3.3kPython + TypeScript, LF AI–backed; MCP/ACP, workflows, Requirement Agent; the one that pushes "production multi-agent" without LangChain. <sup>mcp · multi-agent · python · typescript</sup>complex (production multi-agent — product suite)ReAct agent example
21<a name="agentstack"></a>AgentStack2.2kScaffolds full agent projects; plugs in CrewAI, LangGraph, OpenAI Swarm, LlamaStack and wires AgentOps observability from day one.slightly complex (scaffold, multi-backend)Research assistant crew
22<a name="agentsilex"></a>AgentSilex451~300 lines of readable agent code on top of LiteLLM; the "I want to see the whole loop" option for learning or minimal production. <sup>python</sup>super simple (~300 LOC)Simple weather agent
23<a name="superagentx"></a>SuperAgentX200Lightweight multi-agent orchestrator with an AGI-angle; minimal surface, docs-first, for teams that want orchestration without the kitchen sink. <sup>multi-agent · python</sup>mostly simple (minimal surface)Parallel marketing agents

Multi-agent and orchestration

<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>

Harnesses and patterns for multi-agent coordination and handoffs.

#Project⭐ StarsDescriptionOpen sourceSimplicity ↔ capabilityExamples
1<a name="metagpt"></a>MetaGPT ★69.1kThe "AI software company" multi-agent framework: role-played PM, architect, and engineer agents turn a one-line requirement into specs, designs, and code along an SOP assembly line. The landmark of the genre; development pace has slowed in 2026. <sup>multi-agent · python</sup>complex (role pipeline, SOPs — product suite)Build a customized agent
2<a name="autogen"></a>autogen59.3kConversable agents and group chats; code execution and human-in-the-loop; Microsoft origin, AG2 ecosystem. <sup>multi-agent · python</sup>✅ CC-BYcomplex (group chat, code exec, AG2 — product suite)Distributed group chat
3<a name="crewai"></a>crewAI54.5kRole-based agents (roles, goals, backstories) in Crews; Flows add event-driven and hierarchical control for production. <sup>python</sup>complex (roles, Flows, production — product suite)Trip planner crew
4<a name="chatdev"></a>ChatDev ★33.6kMulti-agent software-company simulation (CEO, CTO, programmer, tester) built on chat chains with communicative dehallucination; ChatDev 2.0 continues the line. MetaGPT's conversational sibling. <sup>python</sup>slightly complex (chat-chain simulation)Company simulation quickstart
5<a name="openai-agents-python"></a>openai-agents-python27.5kHandoffs, guardrails, and multi-LLM routing; minimal surface so you own the loop. <sup>python</sup>mostly simple (minimal surface)Airline customer service handoffs
6<a name="agent-framework"></a>Microsoft Agent Framework11.7kMicrosoft's convergence of AutoGen and Semantic Kernel: build, orchestrate, and deploy agents and multi-agent workflows in Python and .NET, with graph-based workflows and checkpointing — the designated successor harness for both lines. <sup>multi-agent · workflow · python</sup>slightly complex (Python/.NET SDK, graph workflows)Python samples
7<a name="praisonai"></a>PraisonAI8.3kAutonomous multi-agent teams with a single entry point; emphasis on minimal config. <sup>multi-agent · python</sup>mostly simple (single entry, minimal config)Orchestrator-workers pattern
8<a name="agentrl"></a>AgentRL ★305Multitask, multiturn RL for LLM agents; Ray-based scaling, rollout/actor workers—for teams that want to train agents, not just run them. <sup>training · python</sup>complex (RL, Ray, train agents — product suite)Async GRPO trainer

Plugins, MCPs, CLI tools

<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>

IDE plugins, concrete MCP servers, and CLI tools that give agents tools and context.

#Project⭐ StarsDescriptionOpen sourceSimplicity ↔ capabilityExamples
1<a name="claude-mem"></a>claude-mem84.8kClaude Code plugin that captures everything an agent does during a session, AI-compresses it (via claude-agent-sdk), and injects the relevant context into future sessions—session-to-session memory as a drop-in. <sup>memory</sup>slightly complex (session capture + compression)Lifecycle hooks config
2<a name="aider"></a>aider46.8kGit-aware CLI pair programmer; edits in-repo, supports multiple models and MCP so agents see version control and tools. <sup>mcp · cli · python</sup>slightly complex (CLI, git-aware, MCP)Repo map source
3<a name="continue"></a>continue34.5kOpen-source IDE extension (VS Code, JetBrains); in-editor completion and chat with local or API models. <sup>ide · typescript</sup>complex (IDE extension, multi-editor — product suite)VS Code extension demos
4<a name="github-mcp-server"></a>github-mcp-server31kGitHub's official MCP server (Go): repos, issues, PRs, code search, Actions. Replaces the older community cyanheads/github-mcp-server as the canonical way to give agents GitHub access. <sup>mcp</sup>slightly complex (official GitHub MCP)Remote server toolsets
5<a name="python-sdk"></a>MCP Python SDK23.5kOfficial SDK to build and consume MCP servers/clients in Python; stdio and SSE transports. <sup>mcp · python</sup>mostly simple (SDK only)Website fetcher server
6<a name="typescript-sdk"></a>MCP TypeScript SDK12.7kOfficial MCP implementation for Node/TS; reference for the protocol. <sup>mcp · typescript</sup>mostly simple (protocol reference)Streamable HTTP server
7<a name="inspector"></a>MCP Inspector10.2kGUI to test and debug MCP servers; inspect tools, resources, and prompts. <sup>mcp · typescript</sup>super simple (debug GUI)Inspector UI walkthrough
8<a name="registry"></a>MCP Registry7kOfficial, community-driven registry for MCP servers—the "app store" MCP clients use to discover servers. Maintained by Anthropic + ecosystem maintainers; v0.1 API frozen, production-grade. <sup>mcp</sup>slightly complex (official discovery layer)Registry seed entries
9<a name="mcp-gateway"></a>Docker MCP Gateway1.5kDocker's official MCP CLI plugin / gateway; container-aware MCP tooling from Docker (replaces deprecated docker/mcp-servers path). <sup>mcp · sandbox · cli</sup>slightly complex (Docker-aware MCPs)Gateway usage walkthrough
10<a name="puppeteer-real-browser-mcp-server"></a>puppeteer-real-browser-mcp23Puppeteer MCP with real-browser and anti-detection; for agents that need to drive sites that block headless. <sup>mcp · browser · typescript</sup>mostly simple (real browser, anti-detect)11 anti-detection tools
11<a name="better-opencodemcp"></a>Better-OpenCodeMCP8MCP server for OpenCode/Crush: async task execution, model bridging (e.g. Claude→Gemini), process pooling. <sup>mcp · typescript</sup>mostly simple (MCP server, model bridging)opencode delegate tool
12<a name="agentlog"></a>agentlog0Persistent decision memory for any project: remember, recall, reflect. Single-file Python CLI that stores decisions as JSONL and uses Claude or Gemini to retrieve and synthesize patterns—Karpathy's LLM Wiki concept as a CLI. <sup>memory · cli · python</sup>super simple (one file, three commands)Sample decisions.jsonl

Evaluation and benchmarking harnesses

<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>

Agentic eval systems, reasoning benchmarks, and open agent benchmarks.

#Project⭐ StarsDescriptionOpen sourceSimplicity ↔ capabilityExamples
1<a name="agent-lightning"></a>Agent Lightning ★17.4kMicrosoft's training-oriented harness: optimization loops for agent behavior—when you need to improve policies over rollouts, not only score a fixed prompt. <sup>evals · training · python</sup>complex (agent training, Microsoft stack — product suite)APO room-booking example
2<a name="swe-bench"></a>SWE-bench ★5.3kLMs resolve real GitHub issues; Docker harness, instance IDs; standard for code-agent evals. <sup>evals · sandbox · python</sup>slightly complex (real GitHub issues, standard)SWE-bench Verified leaderboard
3<a name="agentbench"></a>AgentBench ★3.5kICLR'24 benchmark: agents across AlfWorld, DB, knowledge graphs, OS, webshop; Docker Compose, function-calling interface. <sup>evals · sandbox · rag · workflow · python</sup>complex (multi-env, Docker Compose — product suite)AgentBench ICLR'24 paper
4<a name="inspect_ai"></a>inspect_ai ★2.3kInspect AI core: composable eval tasks, sandboxes, scorers, and multi-model runs; the framework behind inspect_evals, not just the task bundle. <sup>evals · sandbox · python</sup>complex (eval framework, AISI stack — product suite)Inspect tutorial example
5<a name="webarena"></a>WebArena ★1.5kRealistic web env (e.g. e‑commerce, CMS, dev tools); 812 tasks; measures end-to-end web agent success. <sup>python</sup>complex (812 tasks, web env — product suite)WebArena leaderboard
6<a name="webvoyager"></a>WebVoyager ★1.1kEnd-to-end web agent with LMMs: screenshots + actions on real sites; benchmark on 15 sites, GPT-4V for automatic eval. <sup>evals · vision</sup>slightly complex (LMMs, screenshots, 15 sites)643 web tasks dataset
7<a name="arc-agi-2"></a>ARC-AGI-2717ARC Prize task set: grid-based abstraction/reasoning; public and private splits for generalization.super simple (task set)ARC Prize leaderboard
8<a name="swe-gym"></a>SWE-Gym ★696Training and evaluation for SWE agents and verifiers (ICML 2025). <sup>evals · training · python</sup>slightly complex (training + eval, ICML)SWE-Gym ICML 2025 paper
9<a name="swe-smith"></a>swe-smith ★686Data generation for SWE agents; 50k+ instances across 128 repos; used for SWE-agent-LM training. <sup>training · python</sup>slightly complex (50k+ instances, data gen)SWE-smith trajectories
10<a name="inspect_evals"></a>inspect_evals ★555UK AISI/Arcadia/Vector: GAIA and other evals in Inspect AI; level 1–3, sandboxed, tool-calling solvers. <sup>evals · sandbox</sup>slightly complex (Inspect AI, UK gov)inspect SWE-bench eval
11<a name="arc-agi-benchmarking"></a>arc-agi-benchmarking ★350Runner for ARC-AGI: multi-provider (OpenAI, Anthropic, Gemini, etc.), rate limits, retries, and scoring. <sup>evals · provider-agnostic · python</sup>mostly simple (runner, multi-provider)o3 prompt example
12<a name="vitabench"></a>VitaBench ★152ICLR'26: 66 tools, real-world apps (delivery, travel, retail); 100 cross-scenario + 300 single-scenario tasks; adopted by Qwen/Seed.complex (66 tools, cross-scenario — product suite)VitaBench paper
13<a name="agencybench"></a>AgencyBench ★88Long-horizon agent benchmark: 32 scenarios, 138 tasks, ~1M tokens and ~90 tool calls; Docker sandbox and rubric-based + LLM judges. <sup>evals · sandbox · python</sup>complex (32 scenarios, Docker, judges — product suite)AgencyBench leaderboard
14<a name="letta-evals"></a>letta-evals ★73Eval harness for stateful Letta agents; configurable suites and grading (LLM or rule-based) so you can measure what you ship. <sup>memory · python</sup>mostly simple (Letta-specific harness)LoCoMo memory benchmark
15<a name="super-benchmark"></a>SUPER ★53Agents that set up and run ML/NLP from GitHub repos; 45 expert problems, 152 masked tasks, 602 AutoGen tasks; Docker-based. <sup>sandbox · python</sup>slightly complex (ML/NLP repos, Docker)SUPER EMNLP paper
16<a name="trail-benchmark">

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →