Skip to main content

agent-harnesses MCP server

mcp-name: io.github.RyanAlberts/agent-harnesses

The best-of-Agent-Harnesses list as an MCP server, so agents can recommend harnesses instead of you reading 100+ table rows.

Single file, stdio transport, no clone needed — it fetches harnesses.json from this repo at startup (or reads it locally from a checkout). Requires uv.

Install

Published on PyPI and the official MCP registry as io.github.RyanAlberts/agent-harnesses. Claude Code:

claude mcp add agent-harnesses -- uvx agent-harnesses-mcp

Any other MCP client (Cursor, Codex, Gemini CLI, ...):

{
  "mcpServers": {
    "agent-harnesses": {
      "command": "uvx",
      "args": ["agent-harnesses-mcp"]
    }
  }
}

No-install alternative — run the single source file straight from this repo:

claude mcp add agent-harnesses -- uv run https://raw.githubusercontent.com/RyanAlberts/best-of-Agent-Harnesses/main/mcp/server.py

Tools

Tool What it does
recommend(need, language?, must_run_unattended?, open_source_only?) Opinionated single recommendation — a decision, not a list. Returns one top pick with the reason, up to two alternatives, any harnesses to avoid for this need (archived, or flagged for star manipulation — with why), and the most relevant decision guide to read next.
pick_harness(use_case, max_complexity?, min_autonomy?, min_recovery?, open_source_only?, limit?) Ranked recommendations for a use case, seeded by the list's hand-curated use-case index. max_complexity caps adoption surface (super simplecomplex); min_autonomy requires a designed autonomy regime (step-gatedheadless); min_recovery requires a failure-recovery tier (nonedurable).
pick_infrastructure(need, level?, include_live_search?, open_source_only?, limit?) Full-stack picks that aren't limited to the list. Infers (or takes) the stack level (model-access, harness, orchestration, sandboxing, browser, memory, context, tools, evals, observability, security, skills), returns curated picks plus a live discovery pass: a GitHub search for fresh repos (already-listed and graveyard repos removed) and recent high-signal Hacker News stories, both labeled unvetted. Degrades gracefully offline; live search sends only the need text to api.github.com and hn.algolia.com.
compare(github_ids) Side-by-side of 2–4 harnesses — "should I use X or Y?". Records aligned on the list's axes — including the researched deep-dive axes (sandboxing, context memory, lifecycle hooks, prompt optimization, build-vs-buy tier) — an edge summary naming who leads where, a warning when a requested repo is in the graveyard (archived or integrity-flagged), and the decision guide covering the matchup when one exists.
compare_for(use_case, limit?, open_source_only?) Task-based comparison — "compare the best options for X" in one call. Ranks candidates like pick_harness, takes the top 2–4, and returns the full side-by-side with each pick's ranking reason.
search_harnesses(query, limit?) Keyword search across names, descriptions, tags, and categories.
get_harness(github_id) Full record for one project.
list_comparisons() The head-to-head decision guides (OpenClaw vs Hermes, terminal coding agents, …) with summaries.
get_comparison(slug) Full markdown of one guide — architecture trade-offs, field reports, billing reality. Always current: served from the repo's main.
list_categories() The 10 categories, use-case intents, and the complexity/autonomy/recovery scales.

Example: "recommend('an always-on personal assistant that lives in my chat apps', open_source_only=True)" → one top pick with the reason, two alternatives, anything to avoid for this need, and the guide to read next.

Example: "compare(['openclaw/openclaw', 'NousResearch/hermes-agent'])" → both records side by side, who leads on which axis, and a pointer to the OpenClaw vs Hermes guide.

Example: "compare_for('an always-on personal assistant in my chat apps')" → OpenClaw vs Hermes vs Khoj with each pick's ranking reason and the axis edges — OpenClaw leads stars, Hermes is simplest to adopt, Khoj takes the sandboxing edge (its generated code always runs isolated; the others' sandboxes are opt-in), OpenClaw and Hermes share the lifecycle-hooks edge — plus the OpenClaw vs Hermes decision guide to read next.

Example: "compare_for('sandboxed code execution for generated code')" → E2B vs Daytona vs smolagents side by side with why_picked reasons for each.

Example: "pick_harness('sandboxed code execution for generated code', max_complexity='slightly complex', open_source_only=True)" → E2B, smolagents, Daytona... each with stars, tier, license signal, and a one-line reason.

Data is regenerated by scripts/generate.py; star counts carry a stars_captured date, and the comparisons index is rebuilt from comparisons/*.md on every refresh — the server always serves current main.

Distribution

The server is packaged as agent-harnesses-mcp (this directory's pyproject.toml) and live in the official MCP registry as io.github.RyanAlberts/agent-harnesses (server.json at the repo root), which directories like Glama and PulseMCP crawl. The registry validates PyPI ownership via the mcp-name: marker at the top of this README — keep it.

Publishing (maintainer runbook)

Releases are automated by .github/workflows/publish-mcp.yml on a mcp-v* tag: it builds the wheel, publishes to PyPI via trusted publishing, and publishes server.json to the official MCP registry via GitHub OIDC.

One-time setup, then never again:

  1. On pypi.org: create the project name agent-harnesses-mcp → Settings → Publishing → add a trusted publisher: owner RyanAlberts, repo best-of-Agent-Harnesses, workflow publish-mcp.yml. No API tokens.
  2. Nothing for the MCP registry — GitHub OIDC from this repo authorizes the io.github.RyanAlberts/* namespace automatically.

Per release: bump the version in mcp/pyproject.toml and server.json (the workflow fails loudly on mismatch), then git tag mcp-v<version> && git push origin mcp-v<version>.

Directories like Glama, PulseMCP, and mcpservers.org crawl the official registry — no per-directory submissions needed. (Smithery's current publish flow takes hosted-HTTP servers or .mcpb bundles, not stdio-from-GitHub, so this server isn't listed there by design.)

Release files for agent-harnesses-mcp 0.5.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for agent-harnesses-mcp 0.5.1
File Size Uploaded
agent_harnesses_mcp-0.5.1.tar.gz 13.4 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for agent-harnesses-mcp 0.5.1
File Interpreter ABI Platform
agent_harnesses_mcp-0.5.1-py3-none-any.whl Python 3 none any Details

Total release size: 27.6 kB

Release files / agent_harnesses_mcp-0.5.1.tar.gz

Download URL agent_harnesses_mcp-0.5.1.tar.gz
Size 13.4 kB
Tags Source
SHA-256 checksum
How to use checksums
b3b816e971246386405f455ee2c5db4382edf50f820d1ce4d8827d2a8cafb6b0
BLAKE2b-256 checksum
How to use checksums
f2d149965d3973628208531e319cba85d1b3445d8cda659279ebb3392ed8cf39
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 12, 2026.

Transparency log

Release files / agent_harnesses_mcp-0.5.1-py3-none-any.whl

Download URL agent_harnesses_mcp-0.5.1-py3-none-any.whl
Size 14.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
9c640d119a691e4c0542caabf451f23f0d5728bd881e23ebc12054d145e536bf
BLAKE2b-256 checksum
How to use checksums
cd968ff3c184b357ce9e5af863229e7a5e798e92409d87008d6a3c46774be898
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 12, 2026.

Transparency log

Release history Release notifications | RSS feed

0.5.2

2 release files

This release

0.5.1 This release

2 release files

0.5.0

2 release files

0.4.0

2 release files

0.3.0

2 release files

0.2.1

2 release files

0.2.0

2 release files

0.1.3

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page