open-harness — MCP Server by MaxGfeller

by MaxGfeller · MCP Server · ★ 569

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About open-harness

OpenHarness Build capable, general-purpose AI agents in code. Based on Vercel's AI SDK, inspired by Claude Code, Codex, and similar agent harnesses. Documentation Packages Quick Start Multi-Turn with Sessions typescript import { Session } from "@openharness/core"; const session = new Session({ agent, contextWindow: 128000 }); for await (const event of session.send("List all TypeScript files")) { if (event.type === "text.delta") process.stdout.write(event.text); } // Session remembers the conversati

agentsagentskillsaiai-agentsmcp

Quick Facts

Stars569
Forks99
LanguageTypeScript
CategoryMCP Server
LicenseMIT
Quality Score52.618/100
Open Issues1
Last Updated2026-06-18
Created2026-02-23
Platformsmcp, node
Est. Tokens~14k

open-harness alternative? Top 6 similar tools

Looking for a open-harness alternative? If you're comparing open-harness with other mcp server tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.

  • pg-aiguide by timescale · ⭐ 1.8k

    MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better Post

  • mcp by MicrosoftDocs · ⭐ 1.7k

    Official Microsoft Learn MCP Server and CLI tool – powering LLMs and AI agents with real-time, trusted Microso

  • npcpy by NPC-Worldwide · ⭐ 1.4k

    The python library for research and development in NLP, multimodal LLMs, Agents, ML, Knowledge Graphs, and mor

  • apify-mcp-server by apify · ⭐ 1.4k

    The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerc

  • nerve by evilsocket · ⭐ 1.3k

    The Simple Agent Development Kit.

  • awesome-hacking-lists by taielab · ⭐ 1.3k

    A curated collection of top-tier penetration testing tools and productivity utilities across multiple domains.

More MCP Server Tools

Explore other popular mcp server tools:

View all MCP Server tools →

Popular TypeScript Agent Tools

Frequently Asked Questions

What is open-harness?

open-harness is A code-first, composable SDK to build powerful AI agents. It is categorized as a MCP Server with 569 GitHub stars.

What programming language is open-harness written in?

open-harness is primarily written in TypeScript. It covers topics such as agents, agentskills, ai.

How do I install or use open-harness?

You can find installation instructions and usage details in the open-harness GitHub repository at github.com/MaxGfeller/open-harness. The project has 569 stars and 99 forks, indicating an active community.

What license does open-harness use?

open-harness is released under the MIT license, making it free to use and modify according to the license terms.

What are the best alternatives to open-harness?

The top alternatives to open-harness on Agent Skills Hub include pg-aiguide, mcp, npcpy. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.

View on GitHub → Browse MCP Server tools