I open-sourced the "harness" layer for AI agents: run Claude Code/Codex/Gemini with governed MCP tools (browser, editor, secrets)

Reddit r/AI_Agents Tools

Summary

Open-sourced a desktop workspace that provides a governed runtime for AI coding agents, offering 100+ MCP tools, RBAC, and a self-evolving toolbox.

I just open-sourced (Apache-2.0) a desktop workspace built around one idea: give agents a real, governed set of tools instead of raw shell access. It runs the coding CLIs — Claude Code, Codex, Gemini CLI, OpenCode, Qwen — as first-class agents, and hands them: 100+ MCP tools — an embedded browser they can drive (navigate, run JS, read the page), a code editor, terminals, git, downloads, and a secrets manager. Governance — RBAC + a per-tool kill-switch, so you decide exactly what each agent and tool can touch. Secrets are injected at call time, never pasted into a prompt. A self-evolving toolbox — agents can scaffold and hot-reload their own tools at runtime (each tool is a small self-contained plugin), so the toolset grows with use instead of being fixed. Terminal sharing — hand off or watch an agent's live session from your phone via QR, end-to-end encrypted. The angle for this sub: it's the harness/runtime layer, not another model or CLI — somewhere to run whatever agent you like, with tools you can actually govern and extend, on your own machine. It's early and fully open. Honest gaps: it's new with a small ecosystem, and being a JVM desktop app it's heavier than a bare CLI. I'd love feedback and contributors — new MCP tools / plugins especially.
Original Article

Similar Articles

@geekbb: An open-source AI agent meta-orchestration framework that provides a unified orchestration layer for multiple agents including Claude Code, Codex, Cursor, OpenCode, Hermes, and Pi. Users can seamlessly switch sessions across devices (terminal, browser, mobile, desktop app) to enable multi-agent...

X AI KOLs Timeline

Omnigent is an open-source meta-orchestration framework that provides a unified orchestration layer over multiple AI agents like Claude Code, Codex, and Cursor. It enables seamless cross-device session switching, multi-agent collaboration, policy enforcement, and cloud sandbox execution.