by MaxGfeller · MCP Server · ★ 482
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 | 482 |
| Forks | 90 |
| Language | TypeScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 52.618/100 |
| Last Updated | 2026-04-24 |
| Created | 2026-02-23 |
| Platforms | mcp, node |
| Est. Tokens | ~1081k |
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 482 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 482 stars and 90 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.