Skip to content

intelligexhq/chronos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

262 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intelligex Chronos – self-hosted control plane for agents and MCP services

Build Status License Node Version PRs Welcome

Create agents visually on the built-in canvas, or register external agents from any framework — broker every tool through one audited MCP gateway.

 

Why use Intelligex Chronos?

  • 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.

Quick start

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:3001

For more configuration and complex hosting examples, including locally hosted vectorstores, Ollama, queue modes, etc. — see advanced docker compose examples section.

Get involved

  • ⭐ Star this repo to support development
  • Contribute via PRs; suggest issues, features and use cases.

Key concepts

Concept-level overviews of the Intelligex Chronos control plane:

Tutorials

Hands-on guides for running Intelligex Chronos and managing agents.

License

Source code in this repository is made available under the Apache License Version 2.0.

Need assistance?

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.

About

Chronos - self-hosted, MCP-native control plane for AI agents. Build agents visually or register external ones; broker every tool through one audited MCP gateway.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors