tutor_ai

LazaroHurtado/tutor_ai

3.1

If you are the rightful owner of tutor_ai and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This repository provides a chat interface for a Model Context Protocol (MCP) server that integrates with Ed courses and lectures.

This repo serves as a LLM chat interface with a MCP server that has access to Ed courses and lectures. This repo is still a work in progress so some functionality might not be supported yet

Local setup

Start off by creating a venv and running pip3 install -e ".[dev]". Once your dependencies are all setup add your Ed token in .env with the environment variable name EDSTEM_CONFIG__API_TOKEN (recommended for security reasons) or add it to config.yml as so:

edstem_config:
    api_token: "your-token-here"

Additionally, fillout any environment variables referenced in librechat.yaml if you want to use the same models but keep the MCP config.

Finally, you can run librechat and the MCP server with docker compose up -d