by MaxGfeller · MCP 服务器 · ★ 567
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 | 567 |
| Forks | 97 |
| Language | TypeScript |
| Category | MCP 服务器 |
| License | MIT |
| Quality Score | 52.618/100 |
| Open Issues | 1 |
| Last Updated | 2026-06-15 |
| Created | 2026-02-23 |
| Platforms | mcp, node |
| Est. Tokens | ~14k |
Explore other popular mcp 服务器 tools:
open-harness is A code-first, composable SDK to build powerful AI agents. It is categorized as a MCP 服务器 with 567 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 567 stars and 97 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.