Skip to content

ammumoh/jac-mcp-chatbot

Repository files navigation

JAC MCP Chatbot 🤖

A smart AI chatbot built with the Jaseci MCP framework. This bot can be extended with custom tools and logic using .jac scripts.

🚀 Project Setup

  1. Clone the repo

    git clone https://github.com/ammumoh/jac-mcp-chatbot.git
    cd jac-mcp-chatbot
  2. Create a virtual environment

    python3 -m venv jac-env
    source jac-env/bin/activate
  3. Install Jaseci and dependencies

    pip install jaseci
  4. Run the chatbot locally

    jac run server.jac

🧩 Folder Structure

  • server.jac → Main entry point for chatbot logic
  • client.jac → Handles user interaction
  • tools.jac → Contains custom tools and AI calls

👨🏾‍💻 Author

Elijah M. Muthui
Building next-gen AI systems from Kenya 🇰🇪


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages