Author avatar

mcp-servers

by yaxhpal

Server

Tags

4.8 (120)

README

This README documents steps necessary to get the application up and running.

What is this repository for?

This is Conversive AI project. The project is aimed to provide core Gen AI services to Conversive framework

How do I get set up?

  • Clone the Conversive AI repository
git clone https://git.txtbox.in:8080/smsmagicportal/conversive_ai.git
cd conversive-ai
  • Create virtual environment
mkdir -p ~/virt
python3.9 -m venv ~/virt/conversive_ai
source ~/virt/conversive_ai/bin/activate
  • Dependencies - install all required packages
pip install -U pip
pip install -r requirements.txt
  • Configuration - Modify environment variables in .env file
  • Run the application
export FLASK_APP=src/main.py
export ENV="TEST"
export PYTHONPATH=$PWD
flask run

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

Related Services

playwright-mcp

Server

4.8 (120)
View Details →

blender-mcp

Server

4.8 (120)
View Details →

tavily-mcp

Server

4.8 (120)
View Details →