Create agents visually on the built-in canvas, or register external agents from any framework — broker every tool through one audited MCP gateway.
- Intelligex Chronos is a controll plane for agents and MCP servers - deploy, run and manage agents built on the Chronos visual canvas or standalone agents via OpenAI API specification.
- MCP tool registry and gateway. Register all MCP tools, build controll policies and expose them via unified MCP endpoint.
- Governance is inbuilt. SSO, RBAC, stop-switches, audit log and PII redaction.
- Observability built in. Chronos uses OpenTelemetry standrad to keep visibility.
Get Intelligex Chronos up and running in under 5 minutes. The fastest way to try Chronos is to build and run the it as a single Docker container image.
# clone the repository
git clone git@github.com:intelligexhq/chronos.git
# go to docker directory
cd chronos_app/docker
# build a local container image
docker build -f Dockerfile.local -t chronos:local ..
# you need to provide it environment variables which enable the
# run container image
docker run -d --name chronos -p 3001:3000 chronos:local
# chronos is now available at:
# http://localhost:3001For more configuration and complex hosting examples, including locally hosted vectorstores, Ollama, queue modes, etc. — see advanced docker compose examples section.
- ⭐ Star this repo to support development
- Contribute via PRs; suggest issues, features and use cases.
Concept-level overviews of the Intelligex Chronos control plane:
- Chronos Agent registry — how canvas-built and external HTTP agents share one agent registry.
- Chronos MCP registry — the credential-brokered and audited Chronos MCP gateway.
- Chronos schedules — recurring agent runs on a cron type schedules. In-process or queue-backed.
- Chronos data management — how Chronos manages data and what data ownership means.
- Chronos governance — SSO, RBAC, audit and budgets.
Hands-on guides for running Intelligex Chronos and managing agents.
- Chronos self-hosted quickstart
- Chronos self-hosted – advanced docker compose examples
- Build your first canvas agent in Chronos
- Build a RAG agent with Qdrant and Ollama
- Register an HTTP agent in Chronos
- Register an MCP server in Chronos
- Schedule agent runs in Chronos
- Rotate the Chronos agent callback token
- How and where Chronos stores data
Source code in this repository is made available under the Apache License Version 2.0.
We provide professional services to help you deploy, customise, and integrate Intelligex Chronos in your organisations environment:
- Architecture and deployment in environments you own (private or public clouds).
- Maintaining MCP tool registries. Managing and auditing MCP tools / internal API usage.
- Training and best practice blueprints for teams who designing, building and maintaining agents and agentic systems.
