Skip to content

Latest commit

Β 

History

History
37 lines (29 loc) Β· 834 Bytes

File metadata and controls

37 lines (29 loc) Β· 834 Bytes

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 πŸ‡°πŸ‡ͺ