bizy
Bizy is the first rules and logic layer that machines, engineers and business stakeholders can directly configure and understand.
claude mcp add --transport stdio getfounded-bizy python -m bizy.main
How to use
Bizy is the business logic orchestration layer that sits atop multiple AI frameworks to coordinate complex, enterprise-grade workflows. It acts as a meta-orchestrator and provides adapters to frameworks like LangChain, Semantic Kernel, Anthropic MCP, Temporal, FastMCP, and Zep AI, enabling you to define and coordinate business rules across these ecosystems. Once started, Bizy handles the heavy lifting of routing tool usage, managing cross-framework state, and applying domain-specific rules to drive agent actions and process flows. You can use Bizy to build scalable, enterprise AI applications that leverage the strengths of each integrated framework while maintaining centralized business logic.
To use Bizy, install dependencies, start the development server, and interact with its orchestration capabilities through its Python module entrypoint. The Quick Start guidance mirrors typical Python project workflows: install dependencies with Poetry, run tests, and start the server with the -m entrypoint. After startup, you can leverage Bizy to configure cross-framework workflows, register adapters for your preferred toolchains, and define rules that Bizy will orchestrate across LangChain, Semantic Kernel, MCP-based tools, and more. Explore the documentation site to learn how to define business rules, model workflows, and monitor orchestration events across frameworks.
How to install
Prerequisites:
- Python 3.8+ (preferably 3.9+)
- Poetry for dependency management
- Git to clone the repository
-
Clone the repository git clone https://github.com/getfounded/bizy.git cd bizy
-
Create and activate a virtual environment (optional but recommended) python -m venv venv
On macOS/Linux
source venv/bin/activate
On Windows
venv\Scripts\activate.bat
-
Install dependencies with Poetry poetry install
-
Run tests (optional but recommended during development) poetry run pytest
-
Start the Bizy development server poetry run python -m bizy.main
Notes:
- If you encounter dependency issues, ensure Poetry is up to date and that your Python version is compatible with the project requirements.
- For production deployments, consider containerizing Bizy and configuring the mcp_config accordingly.
Additional notes
Tips and common issues:
- Ensure that the Python environment where Bizy runs has network access to all integrated frameworks and services.
- When adding new adapters (e.g., for a new MCP or framework), follow the existing Framework Adapters pattern in Bizy to maintain compatibility.
- Environment variables can be used to configure runtime behavior. If you add variables, document them in your deployment environment and consider adding defaults in the codebase.
- Review the docs.bizy.work site for detailed integration guides, examples, and best practices for cross-framework orchestration.
- If you run into startup or binding issues, check that the required submodules and plugins are installed and that the correct Python path is used when invoking -m bizy.main.
Related MCP Servers
mcp -code-execution-mode
An MCP server that executes Python code in isolated rootless containers with optional MCP server proxying. Implementation of Anthropic's and Cloudflare's ideas for reducing MCP tool definitions context bloat.
lc2mcp
Convert LangChain tools to FastMCP tools
python-notebook
Lightweight Python Notebook MCP - Enable AI assistants to create, edit, and view Jupyter notebooks via Model Context Protocol
fast -telegram
Telegram MCP Server and HTTP-MTProto bridge | Multi-user auth, intelligent search, file sending, web setup | Docker & PyPI ready
skill-to
Convert AI Skills (Claude Skills format) to MCP server resources - Part of BioContextAI
fathom
Model Context Protocol server for Fathom AI - access meeting recordings, transcripts, summaries, teams, and webhooks