A smart AI chatbot built with the Jaseci MCP framework. This bot can be extended with custom tools and logic using .jac scripts.
-
Clone the repo
git clone https://github.com/ammumoh/jac-mcp-chatbot.git cd jac-mcp-chatbot -
Create a virtual environment
python3 -m venv jac-env source jac-env/bin/activate -
Install Jaseci and dependencies
pip install jaseci
-
Run the chatbot locally
jac run server.jac
server.jac→ Main entry point for chatbot logicclient.jac→ Handles user interactiontools.jac→ Contains custom tools and AI calls
Elijah M. Muthui
Building next-gen AI systems from Kenya 🇰🇪