by MaxGfeller · MCP Server · ★ 581
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
| Stars | 581 |
| Forks | 100 |
| Language | TypeScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 69.6243396444595/100 |
| Open Issues | 1 |
| Last Updated | 2026-07-03 |
| Created | 2026-02-23 |
| Platforms | mcp, node |
| Est. Tokens | ~14k |
Explore other popular mcp server tools:
open-harness is A code-first, composable SDK to build powerful AI agents. It is categorized as a MCP Server with 581 GitHub stars.
open-harness is primarily written in TypeScript. It covers topics such as agents, agentskills, ai.
You can find installation instructions and usage details in the open-harness GitHub repository at github.com/MaxGfeller/open-harness. The project has 581 stars and 100 forks, indicating an active community.
open-harness is released under the MIT license, making it free to use and modify according to the license terms.