Best for
- Developers already using Binex who want to inspect runs through a coding agent
- Teams needing a local-first, debuggable agent workflow toolchain
Binex is a local-first, MIT-licensed runtime for AI agent workflows whose MCP server exposes runs, evals, and artifacts to coding agents. It is best suited to developers who want to debug and compare workflows without migrating their existing frameworks, but it requires a local Binex install on Python 3.11+ and offers no hosted cloud option.
Binex is an open-source, fully local runtime for AI agent workflows, offering DAG pipelines, artifact lineage, and replayable runs. Through binex mcp serve, it exposes runs, evals, and artifacts as MCP tools for Claude Code, Cursor, or any MCP-compatible agent. The project is built with Python, React, FastAPI, and TypeScript, is MIT licensed, and includes no telemetry.
pip install binex (requires Python 3.11+).claude mcp add binex -- binex mcp serve.{"mcpServers":{"binex":{"command":"binex","args":["mcp","serve"]}}}